VoiceCommandService.InstalledCommandSets property
A dictionary that contains all installed command sets that have a Name attribute set in the Voice Command Definition (VCD) file.
Syntax
Property value
Type: IMapView<String, VoiceCommandSet> [C++] | System.Collections.Generic.IReadOnlyDictionary<String, VoiceCommandSet> [.NET]
The dictionary of installed command sets that have a Name attribute set in the Voice Command Definition (VCD) file.
Remarks
This property returns all installed command sets that have a Name attribute set in the Voice Command Definition (VCD) file. This means that if a command set does not have the optional Name attribute set in the VCD file, it will not be returned with this property.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
|
Capabilities |
|
See also