共用方式為


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