Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Sub New ( _
items As GlobalObjectCollection _
)
'Usage
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
- items
Type: Microsoft.VisualStudio.Shell.Design.GlobalObjectCollection
A collection of GlobalObject objects to initially populate the collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
GlobalObjectCollection Members