Compartilhar via


IVsGlobalSearch.GetProviderSettings(Guid) Method

Definition

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.

Applies to