GlobalObjectCollection::Add Method (GlobalObject^)

 

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(
	GlobalObject^ item
)

Parameters

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

An object to be appended to the end of the collection.

Return to top
Show: