IVsGlobalSearch.RegisterProvider Method
Registers the specified search provider.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub RegisterProvider ( _
pProvider As IVsSearchProvider _
)
void RegisterProvider(
IVsSearchProvider pProvider
)
void RegisterProvider(
[InAttribute] IVsSearchProvider^ pProvider
)
abstract RegisterProvider :
pProvider:IVsSearchProvider -> unit
function RegisterProvider(
pProvider : IVsSearchProvider
)
Parameters
pProvider
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider[in] The search provider to be registered.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.