IVsSearchQueryParser::GetSearchToken Method (String^)

 

Retrieves a search token that parses to the specified token text.

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

IVsSearchToken^ GetSearchToken(
	String^ pszTokenText
)

Parameters

pszTokenText
Type: System::String^

[in] The token text.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchToken^

The search token.

Return to top
Show: