Share via


IVsSearchToken.ParsedTokenText Property

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

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
ReadOnly Property ParsedTokenText As String
string ParsedTokenText { get; }
property String^ ParsedTokenText {
    String^ get ();
}
abstract ParsedTokenText : string with get
function get ParsedTokenText () : String

Property Value

Type: System.String
The parsed token text.

.NET Framework Security

See Also

Reference

IVsSearchToken Interface

Microsoft.VisualStudio.Shell.Interop Namespace