SrgsSubset.Text Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une chaîne qui contient la partie d'une expression parlée à mettre en correspondance.
public:
property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String
Valeur de propriété
Chaîne qui contient la partie d'une expression parlée à mettre en correspondance.
Exceptions
Une tentative est effectuée pour affecter à Text la valeur null
ou une chaîne vide.
Tentative de définition de Text à l'aide d'une chaîne qui contient uniquement des espaces blancs (' ', '\t', '\n', '\r').