IVsGlobalSearch.IsProviderEnabled(Guid) Method

Definition

Indicates whether the specified search provider is enabled.

public:
 bool IsProviderEnabled(Guid guidCategoryId);
public bool IsProviderEnabled (Guid guidCategoryId);
abstract member IsProviderEnabled : Guid -> bool
Public Function IsProviderEnabled (guidCategoryId As Guid) As Boolean

Parameters

guidCategoryId
Guid

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

Returns

VARIANT_BOOL that indicates if the search provider is enabled. If true, the search provider is enabled.

Applies to