共用方式為


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() _
)
public GlobalObjectCollection(
    GlobalObject[] items
)

Parameters

.NET Framework Security

See Also

Reference

GlobalObjectCollection Class

GlobalObjectCollection Overload

Microsoft.VisualStudio.Shell.Design Namespace