GlobalObjectProviderFactory::GetProviders Method ()

 

Returns an array of all the currently available global object providers.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
virtual array<GlobalObjectProvider^>^ GetProviders() abstract

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.

Return to top
Show: