Udostępnij za pośrednictwem


IWizCombo.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
Property ListIndex As Integer
'Usage
Dim instance As IWizCombo 
Dim value As Integer 

value = instance.ListIndex

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

Property Value

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

.NET Framework Security

See Also

Reference

IWizCombo Interface

IWizCombo Members

Microsoft.VisualStudio.VsWizard Namespace