Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the search utilities for the Visual Studio search control.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.PlatformUI.SearchUtilities
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class SearchUtilities
public static class SearchUtilities
public ref class SearchUtilities abstract sealed
[<AbstractClass>]
[<Sealed>]
type SearchUtilities = class end
public final class SearchUtilities
The SearchUtilities type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
BuildSearchString(IVsSearchQuery) | Rebuilds a search string from the specified search query. |
![]() ![]() |
BuildSearchString(array<IVsSearchToken[]) | Rebuilds a search string from the specified search tokens. |
![]() ![]() |
CreateSearchQuery | Creates a new search query from the specified search string. |
![]() ![]() |
CreateSearchQueryParser | Creates a search query parser object. |
![]() ![]() |
ExtractSearchTokens | Extracts and returns search tokens from the specified search query. |
![]() ![]() |
GetSearchFilterToken | Creates and returns a search filter token built from the specified filter token components. |
![]() ![]() |
GetSearchToken | Gets a search token which parses to the specified text string. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.