VoiceCommandCompletedEventArgs.Reason Property
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.
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.