GlobalTypeCollection Constructor (GlobalTypeCollection)

Creates a strongly-typed collection 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 GlobalTypeCollection _
)
‘사용 방법
Dim items As GlobalTypeCollection

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

Parameters

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

GlobalTypeCollection Overload

Microsoft.VisualStudio.Shell.Design Namespace