Share via


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: System.Guid

    [in] GUID that identifies the category of the search provider.

.NET Framework Security

See Also

Reference

IVsGlobalSearch Interface

Microsoft.VisualStudio.Shell.Interop Namespace