IWizCombo.item 属性

获取向导组合框中指定项的索引。

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

语法

声明
ReadOnly Property item ( _
    nIndex As Integer _
) As String
string this[
    int nIndex
] { get; }
property String^ item[[InAttribute] int nIndex] {
    String^ get ([InAttribute] int nIndex);
}
abstract item : 
        nIndex:int -> string with get
JScript 不支持索引属性。

参数

  • nIndex
    类型:Int32

    要检索的项的索引。

属性值

类型:String
在指定的向导组合框中的项的索引。

.NET Framework 安全性

请参阅

参考

IWizCombo 接口

Microsoft.VisualStudio.VsWizard 命名空间