VoiceCommandCompletedEventArgs Class

Definition

Contains event data for the VoiceCommandCompleted event.

public ref class VoiceCommandCompletedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VoiceCommandCompletedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class VoiceCommandCompletedEventArgs
Public NotInheritable Class VoiceCommandCompletedEventArgs
Inheritance
Object Platform::Object IInspectable VoiceCommandCompletedEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

JavaScript: This object is accessed in a VoiceCommandCompleted event handler.

Properties

Reason

The reason the voice command completed.

Applies to

See also