SpeechRecognitionVoiceCommandDefinitionConstraint.Tag Propriété

Définition

Obtient ou définit une balise qui peut être utile pour identifier la contrainte.

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 = speechRecognitionVoiceCommandDefinitionConstraint.tag;
speechRecognitionVoiceCommandDefinitionConstraint.tag = string;
Public Property Tag As String

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne représentant la balise.

Implémente

Tag

S’applique à

Voir aussi