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)

属性值

类型:Int32
在指定的向导组合框中的项目列表索引。

.NET Framework 安全性

请参阅

参考

IWizCombo 接口

Microsoft.VisualStudio.VsWizard 命名空间