IVsGlobalSearch.UnregisterProvider(Guid) Method

Definition

Unregisters the specified search provider.

public:
 void UnregisterProvider(Guid guidCategoryId);
public void UnregisterProvider (Guid guidCategoryId);
abstract member UnregisterProvider : Guid -> unit
Public Sub UnregisterProvider (guidCategoryId As Guid)

Parameters

guidCategoryId
Guid

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

Applies to