共用方式為


VoiceCommandDefinitionManager.InstalledCommandDefinitions 屬性

定義

字典,其中包含在語音命令定義 (VCD) 檔案中設定 Name 屬性的所有已安裝命令集。

注意

開啟 App Service 連線可能需要大量資源。 避免在區分時間的作業期間存取此屬性,特別是從 UI 執行緒或 暫停時。

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 屬性。

適用於

另請參閱