SpeechRecognitionGrammarFileConstraint.Tag Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 = speechRecognitionGrammarFileConstraint.tag;
speechRecognitionGrammarFileConstraint.tag = string;
Public Property Tag As String
Valore della proprietà
Stringa che rappresenta il tag.