GlobalTypeCollection::IList::Add Method (Object^)

 

Adds an item to the collection.

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

private:
virtual int Add(
	Object^ item
) sealed = IList::Add

Parameters

item
Type: System::Object^

The item to be added to the collection.

Return Value

Type: System::Int32

The position at which the item was added.

Return to top
Show: