GlobalObjectProviderFactory.GetProviders Method
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.
Returns an array of all the currently available global object providers.
public:
abstract cli::array <Microsoft::VisualStudio::Shell::Design::GlobalObjectProvider ^> ^ GetProviders();
public abstract Microsoft.VisualStudio.Shell.Design.GlobalObjectProvider[] GetProviders ();
abstract member GetProviders : unit -> Microsoft.VisualStudio.Shell.Design.GlobalObjectProvider[]
Public MustOverride Function GetProviders () As GlobalObjectProvider()
Returns
An array containing instances of the currently available GlobalObjectProvider instances.