SearchUtilities::BuildSearchString Method (array<IVsSearchToken^>^)

 

Rebuilds a search string from the specified search tokens.

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

public:
static String^ BuildSearchString(
	array<IVsSearchToken^>^ searchTokens
)

Parameters

searchTokens
Type: array<Microsoft.VisualStudio.Shell.Interop::IVsSearchToken^>^

The array of search tokens from which to build the search string.

Return Value

Type: System::String^

Returns the search string built from the specified search tokens.

Return to top
Show: