SyntaxToken.ValueText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回標記值的文字表示。 例如,如果 Token 代表整數常值,則此屬性會傳回代表整數的字串。
public:
property System::String ^ ValueText { System::String ^ get(); };
public string ValueText { get; }
member this.ValueText : string
Public ReadOnly Property ValueText As String