SyntaxToken.ValueText Proprietà

Definizione

Restituisce la rappresentazione testuale del valore del token. Ad esempio, se il token rappresenta un valore letterale integer, questa proprietà restituirà una stringa che rappresenta l'intero.

public:
 property System::String ^ ValueText { System::String ^ get(); };
public string ValueText { get; }
member this.ValueText : string
Public ReadOnly Property ValueText As String

Valore della proprietà

Si applica a