Share via


WizComboClass.RemoveItem(Int32) Method

Definition

Removes the specified item from the wizard combo box.

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

Parameters

nIndex
Int32

Required. The index number identifying the item to remove.

Implements

Attributes

Applies to