IVsGlobalSearch.GetProvider(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.
Gets the provider supporting the specified category.
public:
Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider ^ GetProvider(Guid guidCategoryId);
public Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider GetProvider (Guid guidCategoryId);
abstract member GetProvider : Guid -> Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider
Public Function GetProvider (guidCategoryId As Guid) As IVsSearchProvider
Parameters
- guidCategoryId
- Guid
[in] GUID that identifies the category of the search provider.
Returns
The provider supporting the category, or null if no such category exists.