WizComboClass.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)
Синтаксис
'Декларация
Public Overridable Property ListIndex As Integer
'Применение
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)
Значение свойства
Тип: System.Int32
The item's list index in the specified wizard combo box.
Реализации
Примеры
See AddItem for more information.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
Visual C++ Extensibility Object Model