GlobalObjectCollection Constructor (GlobalObjectCollection)
Initializes a new instance of a strongly-typed collection of global objects initially populated by the array items.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Sub New ( _
items As GlobalObjectCollection _
)
public GlobalObjectCollection(
GlobalObjectCollection items
)
public:
GlobalObjectCollection(
GlobalObjectCollection^ items
)
new :
items:GlobalObjectCollection -> GlobalObjectCollection
public function GlobalObjectCollection(
items : GlobalObjectCollection
)
Parameters
- items
Type: Microsoft.VisualStudio.Shell.Design.GlobalObjectCollection
A collection of GlobalObject objects to initially populate the collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.