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