IVsGlobalSearch Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| 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:
