IVsGlobalSearchTask.Providers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of providers active when the search task was created.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsEnumSearchProviders ^ Providers { Microsoft::VisualStudio::Shell::Interop::IVsEnumSearchProviders ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsEnumSearchProviders ^ Providers { Microsoft::VisualStudio::Shell::Interop::IVsEnumSearchProviders ^ get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public Microsoft.VisualStudio.Shell.Interop.IVsEnumSearchProviders Providers { get; }
public Microsoft.VisualStudio.Shell.Interop.IVsEnumSearchProviders Providers { get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.Providers : Microsoft.VisualStudio.Shell.Interop.IVsEnumSearchProviders
member this.Providers : Microsoft.VisualStudio.Shell.Interop.IVsEnumSearchProviders
Public ReadOnly Property Providers As IVsEnumSearchProviders
Property Value
The list of providers.
- Attributes