CommandBarComboBoxClass.RemoveItem(Int32) 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.
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.