GlobalTypeCollection.AddRange Method (array<GlobalType )

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

‘선언
Public Sub AddRange ( _
    items As GlobalType() _
)
‘사용 방법
Dim instance As GlobalTypeCollection
Dim items As GlobalType()

instance.AddRange(items)
public void AddRange(
    GlobalType[] items
)
public:
void AddRange(
    array<GlobalType^>^ items
)
member AddRange : 
        items:GlobalType[] -> unit 
public function AddRange(
    items : GlobalType[]
)

Parameters

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

AddRange Overload

Microsoft.VisualStudio.Shell.Design Namespace