_CommandBarComboBox::RemoveItem Method (Int32)

 

Removes the item at the specified index. This method is deprecated.

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

[DispIdAttribute(1610940429)]
void RemoveItem(
	int Index
)

Parameters

Index
Type: System::Int32

The index of the item to remove.

This method is deprecated, and throws a DeprecatedException when called.

Return to top
Show: