GlobalObjectCollection.AddRange Method (array<GlobalObject )
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 GlobalObject() _
)
public void AddRange(
GlobalObject[] items
)
public:
void AddRange(
array<GlobalObject^>^ items
)
member AddRange :
items:GlobalObject[] -> unit
public function AddRange(
items : GlobalObject[]
)
Parameters
items
Type: array<Microsoft.VisualStudio.Shell.Design.GlobalObject[]An array 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.