SpeechRecognitionListConstraint.Tag Proprietà

Definizione

Ottiene o imposta un tag che può essere utile per identificare il vincolo.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa che rappresenta il tag.

Implementazioni

Tag

Si applica a

Vedi anche