IWizCombo::item Property (Int32)

 

Gets the index of the item in the specified wizard combo box.

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

property String^ default[
	int nIndex
] {
	String^ get(int nIndex);
}

Parameters

nIndex
Type: System::Int32

The index of the item to retrieve.

Property Value

Type: System::String^

The index of the item in the specified wizard combo box.

Return to top
Show: