IVsGlobalSearch.GetProviderSettings Method
Gets the provider settings for the specified category.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Function GetProviderSettings ( _
guidCategoryId As Guid _
) As IVsUIDataSource
IVsUIDataSource GetProviderSettings(
Guid guidCategoryId
)
IVsUIDataSource^ GetProviderSettings(
[InAttribute] Guid guidCategoryId
)
abstract GetProviderSettings :
guidCategoryId:Guid -> IVsUIDataSource
function GetProviderSettings(
guidCategoryId : Guid
) : IVsUIDataSource
Parameters
guidCategoryId
Type: Guid[in] GUID that identifies the category of the search provider.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource
Returns the provider settings for the category, or null if no such category exists.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.