SearchUtilities Class

 

Represents the search utilities for the Visual Studio search control.

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

System.Object
  Microsoft.VisualStudio.PlatformUI.SearchUtilities

public static class SearchUtilities

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBuildSearchString(IVsSearchQuery)

Rebuilds a search string from the specified search query.

System_CAPS_pubmethodSystem_CAPS_staticBuildSearchString(IVsSearchToken[])

Rebuilds a search string from the specified search tokens.

System_CAPS_pubmethodSystem_CAPS_staticCreateSearchQuery(String)

Creates a new search query from the specified search string.

System_CAPS_pubmethodSystem_CAPS_staticCreateSearchQueryParser()

Creates a search query parser object.

System_CAPS_pubmethodSystem_CAPS_staticExtractSearchTokens(IVsSearchQuery)

Extracts and returns search tokens from the specified search query.

System_CAPS_pubmethodSystem_CAPS_staticGetSearchFilterToken(String, String, __VSSEARCHFILTERTOKENTYPE)

Creates and returns a search filter token built from the specified filter token components.

System_CAPS_pubmethodSystem_CAPS_staticGetSearchToken(String)

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: