VoiceCommandDefinitionManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
VCD(음성 명령 데이터) 파일에서 명령 집합을 등록하고 사용할 수 있는 정적 클래스입니다.
public ref class VoiceCommandDefinitionManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VoiceCommandDefinitionManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class VoiceCommandDefinitionManager
Public Class VoiceCommandDefinitionManager
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
속성
InstalledCommandDefinitions |
VCD(음성 명령 정의) 파일에 Name 특성이 설정된 설치된 모든 명령 집합이 포함된 사전입니다. 참고 App Service 연결을 여는 것은 리소스를 많이 사용할 수 있습니다. 특히 UI 스레드에서 또는 일시 중단 시 시간에 민감한 작업 중에 이 속성에 액세스 하지 않도록 합니다. |
메서드
InstallCommandDefinitionsFromStorageFileAsync(StorageFile) |
VCD(음성 명령 정의) 파일에 CommandSet 요소를 설치합니다. |