GlobalObjectCollection Constructor

 

Initializes a new instance of a strongly-typed collection of global objects.

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

NameDescription
System_CAPS_pubmethodGlobalObjectCollection()

Initializes a new instance of a strongly-typed collection of global objects.

System_CAPS_pubmethodGlobalObjectCollection(array<GlobalObject^>^)

Initializes a new instance of a strongly-typed collection of global objects initially populated by an array of global objects.

System_CAPS_pubmethodGlobalObjectCollection(array<GlobalObject^>^, Boolean)

Initializes a new instance of a strongly-typed collection of global objects initially populated by an array of global objects.

System_CAPS_pubmethodGlobalObjectCollection(GlobalObjectCollection^)

Initializes a new instance of a strongly-typed collection of global objects initially populated by the array items.

System_CAPS_pubmethodGlobalObjectCollection(GlobalObjectCollection^, Boolean)

Initializes a new instance of global objects for the specified global object collection for the specified read/write access.

Return to top
Show: