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.StringRequired. A string identifying the item.
nIndex
Type: System.Int32Required. The zero-based index of the item to be inserted.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.