共用方式為


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 命名空間