IVsUIDynamicCollection::RemoveItem Method (UInt32)

 

Remove an item from the collection.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int RemoveItem(
	unsigned int nIndex
)

Parameters

nIndex
Type: System::UInt32

[in] The 0 based index of the item to delete.

Return Value

Type: System::Int32

Returns S_OK if the item was deleted.

Return to top
Show: