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

public static IReadOnlyDictionary<String, VoiceCommandSet> InstalledCommandSets { get; }
Public Shared ReadOnly Property InstalledCommandSets As IReadOnlyDictionary(Of String, VoiceCommandSet)
public:
static property IMapView<String, VoiceCommandSet>^ InstalledCommandSets { 
   IMapView<String, VoiceCommandSet>^ get();
}

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

Windows.Phone.Speech.VoiceCommands Windows::Phone::Speech::VoiceCommands [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

See also

VoiceCommandService