SyntaxToken.ValueText 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.
Retourne la représentation textuelle de la valeur du jeton. Par exemple, si le jeton représente un littéral entier, cette propriété retourne une chaîne représentant l’entier.
public:
property System::String ^ ValueText { System::String ^ get(); };
public string ValueText { get; }
member this.ValueText : string
Public ReadOnly Property ValueText As String