Share via


WizComboClass.ListIndex Property

Gets or sets the item's list index in the specified wizard combo box.

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

Syntax

'Declaration
Public Overridable Property ListIndex As Integer
'Usage
Dim instance As WizComboClass 
Dim value As Integer 

value = instance.ListIndex

instance.ListIndex = value
public virtual int ListIndex { get; set; }
public:
virtual property int ListIndex {
    int get ();
    void set (int value);
}
public function get ListIndex () : int 
public function set ListIndex (value : int)

Property Value

Type: System.Int32
The item's list index in the specified wizard combo box.

Implements

IWizCombo.ListIndex

Examples

See AddItem for more information.

.NET Framework Security

See Also

Reference

WizComboClass Class

WizComboClass Members

Microsoft.VisualStudio.VsWizard Namespace

Other Resources

Designing a Wizard

Visual C++ Extensibility Object Model