SearchUtilities::GetSearchToken Method (String^)

 

Gets a search token which parses to the specified text string.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static IVsSearchToken^ GetSearchToken(
	String^ tokenText
)

Parameters

tokenText
Type: System::String^

The text to use for the token.

Return Value

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

Returns a search token specified by the text.

Return to top
Show: