SpeechRecognitionListConstraint.Tag Propiedad

Definición

Obtiene o establece una etiqueta que puede ser útil para identificar la restricción.

public:
 property Platform::String ^ Tag { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Tag();

void Tag(winrt::hstring value);
public string Tag { get; set; }
var string = speechRecognitionListConstraint.tag;
speechRecognitionListConstraint.tag = string;
Public Property Tag As String

Valor de propiedad

String

Platform::String

winrt::hstring

Cadena que representa la etiqueta .

Implementaciones

Tag

Se aplica a

Consulte también