CommandBarComboBoxClass.RemoveItem(Int32) Method

Definition

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

public:
 virtual void RemoveItem(int Index) = Microsoft::VisualStudio::CommandBars::_CommandBarComboBox::RemoveItem;
public:
 virtual void RemoveItem(int Index) = Microsoft::VisualStudio::CommandBars::_CommandBarComboBox::RemoveItem;
 virtual void RemoveItem(int Index);
[System.Runtime.InteropServices.DispId(1610940429)]
public virtual void RemoveItem (int Index);
[<System.Runtime.InteropServices.DispId(1610940429)>]
abstract member RemoveItem : int -> unit
override this.RemoveItem : int -> unit
Public Overridable Sub RemoveItem (Index As Integer)

Parameters

Index
Int32

The index of the item to remove.

Implements

Attributes

Remarks

This method throws a DeprecatedException when called.

Applies to