IVsGlobalSearch.UnregisterProvider(Guid) 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.
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.