ICollection::AddAt Method (Object^, Object^)

 

Adds an item to a collection at a position.

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

void AddAt(
	Object^ pIDispatch,
	Object^ position
)

Parameters

pIDispatch
Type: System::Object^

Th object to add.

position
Type: System::Object^

The position in the collection.

Return to top
Show: