IWizCombo::InsertItem Method (String^, Int32)

 

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)

void InsertItem(
	String^ bstrItem,
	int nIndex
)

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.

Return to top
Show: