GlobalTypeCollection::Add Method (GlobalType^)

 

Adds a new item to the collection.

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

public:
void Add(
	GlobalType^ item
)

Parameters

item
Type: Microsoft.VisualStudio.Shell.Design::GlobalType^

The object to be added to the collection.

Return to top
Show: