GlobalObjectCollection Constructor (array<GlobalObject )

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

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

Syntax

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

Dim instance As New GlobalObjectCollection(items)
public GlobalObjectCollection(
    GlobalObject[] items
)
public:
GlobalObjectCollection(
    array<GlobalObject^>^ items
)
new : 
        items:GlobalObject[] -> GlobalObjectCollection
public function GlobalObjectCollection(
    items : GlobalObject[]
)

Parameters

.NET Framework Security

See Also

Reference

GlobalObjectCollection Class

GlobalObjectCollection Members

GlobalObjectCollection Overload

Microsoft.VisualStudio.Shell.Design Namespace