VoiceCommandDefinitionManager.InstalledCommandDefinitions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
屬性值
已安裝命令集的字典,該命令集在語音命令定義 (VCD) 檔案中設定了 Name 屬性。