LoadInputContext 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.
The context for dynamic input loading. Used with LoadCallback.
public sealed class LoadInputContext
type LoadInputContext = class
Public NotInheritable Class LoadInputContext
- Inheritance
-
LoadInputContext
Constructors
| LoadInputContext() |
Properties
| AllInputs |
Gets the collection of all InteractionInput in this prompt. |
| CancellationToken |
Gets the CancellationToken. |
| Input |
Gets the loading input. This is the target of InputLoadOptions. |
| Services |
Gets the service provider. |