VoiceCommandDefinitionManager.InstalledCommandDefinitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.