VoiceCommandDefinitionManager.InstalledCommandDefinitions Property

Definition

A dictionary that contains all installed command sets that have a Name attribute set in the Voice Command Definition (VCD) file.

Note

Opening an app service connection can be resource intensive. Avoid accessing this property during time-sensitive operations, especially from the UI thread or when Suspending.

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)

Property Value

The dictionary of installed command sets that have a Name attribute set in the Voice Command Definition (VCD) file.

Applies to

See also