IVsGlobalSearch::Providers Property

 

Gets a list of all available and installed providers.

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

[DispIdAttribute(1610678273)]
property IVsEnumSearchProviders^ Providers {
	IVsEnumSearchProviders^ get();
}

Property Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsEnumSearchProviders^

The list of all available and installed providers.

Return to top
Show: