IVsGlobalSearch Interface
Visual Studio 2015
Manages Integrated Development Environment (IDE)-wide searches.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | Providers | Gets a list of all available and installed providers. |
| Name | Description | |
|---|---|---|
![]() | CreateSearch(IVsSearchQuery, IVsGlobalSearchCallback, Guid) | Creates a search task for the available providers or a specific provider category. |
![]() | GetProvider(Guid) | Gets the provider supporting the specified category. |
![]() | GetProviderSettings(Guid) | Gets the provider settings for the specified category. |
![]() | IsProviderEnabled(Guid) | Indicates whether the specified search provider is enabled. |
![]() | RegisterProvider(IVsSearchProvider) | Registers the specified search provider. |
![]() | SetProviderEnabled(Guid, Boolean) | Enables or disables the specified search provider. |
![]() | UnregisterProvider(Guid) | Unregisters the specified search provider. |
Show:

