Share via


LoadInputContext Class

Definition

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.

Applies to