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

‘선언
Public Sub New ( _
    items As GlobalObjectCollection _
)
‘사용 방법
Dim items As GlobalObjectCollection

Dim instance As New GlobalObjectCollection(items)
public GlobalObjectCollection(
    GlobalObjectCollection items
)
public:
GlobalObjectCollection(
    GlobalObjectCollection^ items
)
new : 
        items:GlobalObjectCollection -> GlobalObjectCollection
public function GlobalObjectCollection(
    items : GlobalObjectCollection
)

Parameters

.NET Framework Security

See Also

Reference

GlobalObjectCollection Class

GlobalObjectCollection Members

GlobalObjectCollection Overload

Microsoft.VisualStudio.Shell.Design Namespace