IVsGlobalSearch Interface

Definition

Manages Integrated Development Environment (IDE)-wide searches.

public interface class IVsGlobalSearch
Attributes

Properties

Providers

Gets a list of all available and installed providers.

Methods

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.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022