ICollection::AddItem Method (Object^)

 

Adds an item to a collection.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

void AddItem(
	Object^ pIDispatch
)

Parameters

pIDispatch
Type: System::Object^

The item to add to the collection.

Return to top
Show: