Share via


GlobalTypeCollection.AddRange Method (GlobalTypeCollection)

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 GlobalTypeCollection _
)
‘사용 방법
Dim instance As GlobalTypeCollection
Dim items As GlobalTypeCollection

instance.AddRange(items)
public void AddRange(
    GlobalTypeCollection items
)
public:
void AddRange(
    GlobalTypeCollection^ items
)
member AddRange : 
        items:GlobalTypeCollection -> unit 
public function AddRange(
    items : GlobalTypeCollection
)

Parameters

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

AddRange Overload

Microsoft.VisualStudio.Shell.Design Namespace