GlobalObjectService::GetGlobalObjects Method ()
Returns a collection of all the currently available global objects.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Return Value
Type: Microsoft.VisualStudio.Shell.Design::GlobalObjectCollection^A GlobalObjectCollection containing the currently available global objects.
| Exception | Condition |
|---|---|
| NotSupportedException | One of the queried global service provider factories returned null provider or provider collection. |
The GetGlobalObjects method returns a GlobalObjectCollection of all the currently available instances of the GlobalObject class. This collection is created each time this method is called. When the method is called, the method synchronizes the collection with the set of global object providers.
GetGlobalObjects never returns null; if there are no currently available global objects, this method returns an empty collection. This version of the method is equivalent to the call GetGlobalObjects(null).