IWizCombo::InsertItem Method (String^, Int32)
Visual Studio 2015
Inserts the specified item at the specified location in the wizard combo box.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
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.
Show: