Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Appends the objects in an array to the end of the collection.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Sub AddRange ( _
items As GlobalObjectCollection _
)
public void AddRange(
GlobalObjectCollection items
)
public:
void AddRange(
GlobalObjectCollection^ items
)
member AddRange :
items:GlobalObjectCollection -> unit
public function AddRange(
items : GlobalObjectCollection
)
Parameters
- items
Type: Microsoft.VisualStudio.Shell.Design.GlobalObjectCollection
A collection of objects to be appended to 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.