IWizCombo.InsertItem Method

Inserts the specified item at the specified ___location in the wizard combo box.

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

Syntax

声明
Sub InsertItem ( _
    bstrItem As String, _
    nIndex As Integer _
)
用法
Dim instance As IWizCombo
Dim bstrItem As String
Dim nIndex As Integer

instance.InsertItem(bstrItem, nIndex)
void InsertItem(
    string bstrItem,
    int nIndex
)
void InsertItem(
    [InAttribute] String^ bstrItem, 
    [InAttribute] int nIndex
)
function InsertItem(
    bstrItem : String, 
    nIndex : int
)

Parameters

  • bstrItem
    Type: System.String

    Required. A string identifying the item.

  • nIndex
    Type: System.Int32

    Required. The zero-based index of the item to be inserted.

Permissions

See Also

Reference

IWizCombo Interface

IWizCombo Members

Microsoft.VisualStudio.VsWizard Namespace