Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a range of items to 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 GlobalType() _
)
public void AddRange(
GlobalType[] items
)
public:
void AddRange(
array<GlobalType^>^ items
)
member AddRange :
items:GlobalType[] -> unit
public function AddRange(
items : GlobalType[]
)
Parameters
items
Type: array<Microsoft.VisualStudio.Shell.Design.GlobalType[]The objects to be added 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.