IVsaItems.Item 属性 (Int32)

通过项的索引值从集合中获取项。

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

语法

声明
ReadOnly Default Property Item ( _
    index As Integer _
) As IVsaItem
IVsaItem this[
    int index
] { get; }
property IVsaItem^ default[int index] {
    IVsaItem^ get (int index);
}
abstract Item : 
        index:int -> IVsaItem with get
JScript 不支持索引属性。

参数

  • index
    类型:Int32

    可检索项的索引(从 0 开始)。

属性值

类型:Microsoft.Vsa.IVsaItem
返回位于指定索引处的项。

请参阅

参考

IVsaItems 接口

Item 重载

Microsoft.Vsa 命名空间