IWizCombo.RemoveItem-Methode

Entfernt das angegebene Element aus dem Kombinationsfeld Assistenten.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

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

Parameter

  • nIndex
    Typ: System.Int32
    Erforderlich.Die Indexnummer, die das Element identifiziert, die entfernt werden sollen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IWizCombo Schnittstelle

Microsoft.VisualStudio.VsWizard-Namespace