VoiceCommandDefinitionManager.InstalledCommandDefinitions 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
VCD(음성 명령 정의) 파일에 Name 특성이 설정된 설치된 모든 명령 집합이 포함된 사전입니다.
참고
App Service 연결을 여는 것은 리소스를 많이 사용할 수 있습니다. 특히 UI 스레드에서 또는 일시 중단 시 시간에 민감한 작업 중에 이 속성에 액세스 하지 않도록 합니다.
public:
static property IMapView<Platform::String ^, VoiceCommandDefinition ^> ^ InstalledCommandDefinitions { IMapView<Platform::String ^, VoiceCommandDefinition ^> ^ get(); };
static IMapView<winrt::hstring, VoiceCommandDefinition const&> InstalledCommandDefinitions();
public static IReadOnlyDictionary<string,VoiceCommandDefinition> InstalledCommandDefinitions { get; }
var iMapView = VoiceCommandDefinitionManager.installedCommandDefinitions;
Public Shared ReadOnly Property InstalledCommandDefinitions As IReadOnlyDictionary(Of String, VoiceCommandDefinition)
속성 값
VCD(음성 명령 정의) 파일에 Name 특성이 설정된 설치된 명령 집합의 사전입니다.