InputsDialogValidationContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the context for validating inputs in an inputs dialog interaction.
public sealed class InputsDialogValidationContext
type InputsDialogValidationContext = class
Public NotInheritable Class InputsDialogValidationContext
- Inheritance
-
InputsDialogValidationContext
Constructors
| InputsDialogValidationContext() |
Properties
| CancellationToken |
Gets the cancellation token for the validation operation. |
| Inputs |
Gets the inputs that are being validated. |
| ServiceProvider |
Gets the service provider for resolving services during validation. |
Methods
| AddValidationError(InteractionInput, String) |
Adds a validation error for the specified input. |