StreamingTextActionEntityTextChangedArgs 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.
Provides data for the StreamingTextActionEntity.TextChanged event.
public ref class StreamingTextActionEntityTextChangedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.Actions.ActionsContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class StreamingTextActionEntityTextChangedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.Actions.ActionsContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class StreamingTextActionEntityTextChangedArgs
Public NotInheritable Class StreamingTextActionEntityTextChangedArgs
- Inheritance
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.26100.0)
|
API contract |
Windows.AI.Actions.ActionsContract (introduced in v4.0)
|
Properties
IsComplete |
Gets a value indicating whether the text provided by the StreamingTextActionEntity is complete. |
Text |
Gets the current text content of the StreamingTextActionEntity associated with the event. |