VoiceCommandCompletedEventArgs.Reason Property

Definition

The reason the voice command completed.

public:
 property VoiceCommandCompletionReason Reason { VoiceCommandCompletionReason get(); };
VoiceCommandCompletionReason Reason();
public VoiceCommandCompletionReason Reason { get; }
var voiceCommandCompletionReason = voiceCommandCompletedEventArgs.reason;
Public ReadOnly Property Reason As VoiceCommandCompletionReason

Property Value

The reason the voice command completed.

Applies to

See also