IVsUIDynamicCollection.RemoveItem(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.