IVsGlobalSearch::Providers Property
Visual Studio 2015
Gets a list of all available and installed providers.
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.
Show: