GlobalObjectCollection Constructor
Visual Studio 2015
Initializes a new instance of a strongly-typed collection of global objects.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | GlobalObjectCollection() | Initializes a new instance of a strongly-typed collection of global objects. |
![]() | GlobalObjectCollection(array<GlobalObject^>^) | Initializes a new instance of a strongly-typed collection of global objects initially populated by an array of global objects. |
![]() | GlobalObjectCollection(array<GlobalObject^>^, Boolean) | Initializes a new instance of a strongly-typed collection of global objects initially populated by an array of global objects. |
![]() | GlobalObjectCollection(GlobalObjectCollection^) | Initializes a new instance of a strongly-typed collection of global objects initially populated by the array items. |
![]() | GlobalObjectCollection(GlobalObjectCollection^, Boolean) | Initializes a new instance of global objects for the specified global object collection for the specified read/write access. |
Show:
