VoiceCommand.CommandName Proprietà

Definizione

Ottiene il valore dell'attributo Name per l'elemento Command dichiarato nel file VCD (Voice Command Definition).

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

Valore della proprietà

String

Platform::String

winrt::hstring

Nome del comando.

Si applica a

Vedi anche