VoiceCommandDefinitionManager クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
音声コマンド データ (VCD) ファイルからのコマンド セットの登録と使用を可能にする静的クラス。
public ref class VoiceCommandDefinitionManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VoiceCommandDefinitionManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class VoiceCommandDefinitionManager
Public Class VoiceCommandDefinitionManager
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
プロパティ
InstalledCommandDefinitions |
Voice Command Definition (VCD) ファイルに Name 属性が設定されているすべてのインストール済みコマンド セットを含むディクショナリ。 注意 App Service 接続を開くと、リソースが大量に消費される可能性があります。 特に UI スレッドまたは 中断時に、時間の影響を受けやすい操作では、このプロパティにアクセスしないでください。 |
メソッド
InstallCommandDefinitionsFromStorageFileAsync(StorageFile) |
音声コマンド定義 (VCD) ファイルに CommandSet 要素をインストールします。 |