IWizCombo.ListIndex - свойство
Gets or sets the item's list index in the specified wizard combo box.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Property ListIndex As Integer
'Применение
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)
Значение свойства
Тип: System.Int32
The item's list index in the specified wizard combo box.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.