WizComboClass.item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取所指定向导组合框中项的索引。
public:
virtual property System::String ^ item[int] { System::String ^ get(int nIndex); };
[System.Runtime.InteropServices.DispId(1610743816)]
public virtual string item[int nIndex] { [System.Runtime.InteropServices.DispId(1610743816)] get; }
[<System.Runtime.InteropServices.DispId(1610743816)>]
[<get: System.Runtime.InteropServices.DispId(1610743816)>]
member this.item(int) : string
Public Overridable ReadOnly Property item(nIndex As Integer) As String
参数
- nIndex
- Int32
要检索的项的索引。
属性值
所指定向导组合框中项的索引。
实现
- 属性