IVsGlobalSearch.UnregisterProvider Method
Unregisters 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 UnregisterProvider ( _
guidCategoryId As Guid _
)
void UnregisterProvider(
Guid guidCategoryId
)
void UnregisterProvider(
[InAttribute] Guid guidCategoryId
)
abstract UnregisterProvider :
guidCategoryId:Guid -> unit
function UnregisterProvider(
guidCategoryId : Guid
)
Parameters
guidCategoryId
Type: Guid[in] GUID that identifies the category of the search provider.
.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.