IVsUIDynamicCollection.RemoveItem(UInt32) Method

Definition

Remove an item from the collection.

public:
 int RemoveItem(System::UInt32 nIndex);
public:
 int RemoveItem(unsigned int nIndex);
int RemoveItem(unsigned int nIndex);
public int RemoveItem (uint nIndex);
abstract member RemoveItem : uint32 -> int
Public Function RemoveItem (nIndex As UInteger) As Integer

Parameters

nIndex
UInt32

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

Returns

Returns S_OK if the item was deleted.

Applies to