IVsSearchToken.ParsedTokenText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.