IWizCombo::RemoveItem Method (Int32)

 

Removes the specified item from the wizard combo box.

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

void RemoveItem(
	int nIndex
)

Parameters

nIndex
Type: System::Int32

Required. The index number identifying the item to remove.

Return to top
Show: