IWizCombo.ListIndex 属性

获取或设置项目的列表中指定的向导组合框的索引。

命名空间:  Microsoft.VisualStudio.VsWizard
程序集:  Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)

语法

声明
Property ListIndex As Integer
int ListIndex { get; set; }
property int ListIndex {
    int get ();
    void set (int value);
}
abstract ListIndex : int with get, set
function get ListIndex () : int
function set ListIndex (value : int)

属性值

类型:System.Int32
该项的列表中指定的向导组合框的索引。

.NET Framework 安全性

请参见

参考

IWizCombo 接口

Microsoft.VisualStudio.VsWizard 命名空间