IVsGlobalSearchTask::Providers Property
Visual Studio 2015
Gets the list of providers active when the search task was created.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
[DispIdAttribute(1610743808)]
property IVsEnumSearchProviders^ Providers {
IVsEnumSearchProviders^ get();
}
Property Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsEnumSearchProviders^The list of providers.
Show: