SearchUtilities Class
Visual Studio 2015
Represents the search utilities for the Visual Studio search control.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | BuildSearchString(IVsSearchQuery) | Rebuilds a search string from the specified search query. |
![]() ![]() | BuildSearchString(IVsSearchToken[]) | Rebuilds a search string from the specified search tokens. |
![]() ![]() | CreateSearchQuery(String) | Creates a new search query from the specified search string. |
![]() ![]() | CreateSearchQueryParser() | Creates a search query parser object. |
![]() ![]() | ExtractSearchTokens(IVsSearchQuery) | Extracts and returns search tokens from the specified search query. |
![]() ![]() | GetSearchFilterToken(String, String, __VSSEARCHFILTERTOKENTYPE) | Creates and returns a search filter token built from the specified filter token components. |
![]() ![]() | GetSearchToken(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.
Show:

