SyntaxToken.ValueText プロパティ

定義

トークンの値のテキスト表現を返します。 たとえば、トークンが整数リテラルを表す場合、このプロパティは整数を表す文字列を返します。

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

プロパティ値

適用対象