IVsGlobalSearch.RegisterProvider(IVsSearchProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers the specified search provider.
public:
void RegisterProvider(Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider ^ pProvider);
public:
void RegisterProvider(Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider ^ pProvider);
void RegisterProvider(Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider const & pProvider);
public void RegisterProvider (Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider pProvider);
abstract member RegisterProvider : Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider -> unit
Public Sub RegisterProvider (pProvider As IVsSearchProvider)
Parameters
- pProvider
- IVsSearchProvider
[in] The search provider to be registered.