SearchUtilities::ExtractSearchTokens Method (IVsSearchQuery^)

 

Extracts and returns search tokens from the specified search query.

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

public:
static IEnumerable<IVsSearchToken^>^ ExtractSearchTokens(
	IVsSearchQuery^ query
)

Parameters

query
Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchQuery^

The search query from which to extract search tokens.

Return Value

Type: System.Collections.Generic::IEnumerable<IVsSearchToken^>^

Returns the search tokens found in the search query.

Return to top
Show: