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

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

instance.Add(item)
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

GlobalTypeCollection Members

Microsoft.VisualStudio.Shell.Design Namespace