IWizCombo.RemoveItem (Método)

Quita el elemento especificado del cuadro combinado del asistente.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
Sub RemoveItem ( _
    nIndex As Integer _
)
void RemoveItem(
    int nIndex
)
void RemoveItem(
    [InAttribute] int nIndex
)
abstract RemoveItem : 
        nIndex:int -> unit 
function RemoveItem(
    nIndex : int
)

Parámetros

  • nIndex
    Tipo: System.Int32
    Obligatorio.El número de índice que identifica el elemento que se va a quitar.

Seguridad de .NET Framework

Vea también

Referencia

IWizCombo Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)