GlobalObjectProviderFactory::GetProviders Method ()
Visual Studio 2015
Returns an array of all the currently available global object providers.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Return Value
Type: array<Microsoft.VisualStudio.Shell.Design::GlobalObjectProvider^>^An array containing instances of the currently available GlobalObjectProvider instances.
The GetProviders method enumerates the available global object providers, creating an instance of each provider when necessary. This method should never return null; instead, it should return an empty array if there are no providers.
Show: