Share via


IWizCombo.RemoveItem – metoda

Odebere zadané položky z pole se seznamem průvodce.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

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

Parametry

  • nIndex
    Typ: Int32

    Povinné.Indexové číslo identifikující položku odebrat.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IWizCombo Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů