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
'Deklarace
Public Overridable Property ListIndex As Integer
Get
Set
public virtual int ListIndex { get; set; }
public:
virtual property int ListIndex {
int get ();
void set (int value);
}
abstract ListIndex : int with get, set
override ListIndex : int with get, set
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.
Implements
Examples
See AddItem for more information.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VsWizard Namespace