Compartir a través de


VoiceCommand.CommandName Propiedad

Definición

Obtiene el valor del atributo Name para el elemento Command declarado en el archivo De definición de comandos de voz (VCD).

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

Valor de propiedad

String

Platform::String

winrt::hstring

Nombre del comando.

Se aplica a

Consulte también