VoiceCommandCompletedEventArgs VoiceCommandCompletedEventArgs VoiceCommandCompletedEventArgs VoiceCommandCompletedEventArgs Class

Definition

Contains event data for the VoiceCommandCompleted event.

public : sealed class VoiceCommandCompletedEventArgs : IVoiceCommandCompletedEventArgspublic sealed class VoiceCommandCompletedEventArgs : IVoiceCommandCompletedEventArgsPublic NotInheritable Class VoiceCommandCompletedEventArgs Implements IVoiceCommandCompletedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

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

Properties

Reason Reason Reason Reason

The reason the voice command completed.

public : VoiceCommandCompletionReason Reason { get; }public VoiceCommandCompletionReason Reason { get; }Public ReadOnly Property Reason As VoiceCommandCompletionReason// You can use this property in JavaScript.
See Also

See Also