IVsGlobalSearch.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 a list of all available and installed providers.
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(1610678273)]
public Microsoft.VisualStudio.Shell.Interop.IVsEnumSearchProviders Providers { get; }
public Microsoft.VisualStudio.Shell.Interop.IVsEnumSearchProviders Providers { get; }
[<System.Runtime.InteropServices.DispId(1610678273)>]
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 all available and installed providers.
- Attributes