Share via


GlobalTypeCollection.Add Method

Adds a new item to the collection.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public Sub Add ( _
    item As GlobalType _
)
public void Add(
    GlobalType item
)
public:
void Add(
    GlobalType^ item
)
member Add : 
        item:GlobalType -> unit
public function Add(
    item : GlobalType
)

Parameters

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

Microsoft.VisualStudio.Shell.Design Namespace