Share via


IWizCombo.InsertItem – metoda

Vloží určenou položku v poli se seznamem průvodce v zadaném umístění.

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

Syntaxe

'Deklarace
Sub InsertItem ( _
    bstrItem As String, _
    nIndex As Integer _
)
void InsertItem(
    string bstrItem,
    int nIndex
)
void InsertItem(
    [InAttribute] String^ bstrItem, 
    [InAttribute] int nIndex
)
abstract InsertItem : 
        bstrItem:string * 
        nIndex:int -> unit
function InsertItem(
    bstrItem : String, 
    nIndex : int
)

Parametry

  • bstrItem
    Typ: String

    Povinné.Řetězec identifikující zboží.

  • nIndex
    Typ: Int32

    Povinné.Z nuly vycházející index položky vložit.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IWizCombo Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů