IVsSearchToken.ParsedTokenText Property

Definition

Gets the token text, with quotes removed and characters unescaped.

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

Property Value

The parsed token text.

Applies to