IVsGlobalSearch.IsProviderEnabled(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.
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.