IVsSearchQueryParser::BuildSearchStringFromTokens Method (UInt32, array<IVsSearchToken^>^)

 

Retrieves a search string built from a sequence of tokens.

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

String^ BuildSearchStringFromTokens(
	unsigned int dwTokens,
	array<IVsSearchToken^>^ pSearchTokens
)

Parameters

dwTokens
Type: System::UInt32

[in] The number of tokens.

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

[in, size_is(dwTokens)] The tokens from which to build the search string.

Return Value

Type: System::String^

The built search string.

Return to top
Show: