IVsGlobalSearch::IsProviderEnabled Method (Guid)

 

Indicates whether the specified search provider is enabled.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

bool IsProviderEnabled(
	Guid guidCategoryId
)

Parameters

guidCategoryId
Type: System::Guid

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

Return Value

Type: System::Boolean

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

Return to top
Show: