次の方法で共有


VoiceCommand.CommandName プロパティ

定義

音声コマンド定義 (VCD) ファイルで宣言された Command 要素の Name 属性の値を取得します。

public:
 property Platform::String ^ CommandName { Platform::String ^ get(); };
winrt::hstring CommandName();
public string CommandName { get; }
var string = voiceCommand.commandName;
Public ReadOnly Property CommandName As String

プロパティ値

String

Platform::String

winrt::hstring

コマンド名。

適用対象

こちらもご覧ください