다음을 통해 공유


VoiceCommandSet.Language 속성

정의

음성 명령 정의 파일에서 CommandSet 요소의 언어(xml:lang) 값을 가져옵니다.

public:
 property Platform::String ^ Language { Platform::String ^ get(); };
winrt::hstring Language();
/// [get: Windows.Foundation.Metadata.Deprecated("Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition instead of Windows.Media.SpeechRecognition.VoiceComandSet. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Phone.PhoneContract")]
winrt::hstring Language();
public string Language { get; }
public string Language { [Windows.Foundation.Metadata.Deprecated("Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition instead of Windows.Media.SpeechRecognition.VoiceComandSet. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Phone.PhoneContract")] get; }
var string = voiceCommandSet.language;
Public ReadOnly Property Language As String

속성 값

String

Platform::String

winrt::hstring

명령 집합의 언어(xml:lang)입니다.

특성

적용 대상

추가 정보