VsaItems.Item[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Item[Int32] |
依索引值從集合中取得項目。 |
Item[String] |
依名稱從集合中取得項目。 |
Item[Int32]
依索引值從集合中取得項目。
public:
property Microsoft::Vsa::IVsaItem ^ default[int] { Microsoft::Vsa::IVsaItem ^ get(int index); };
public Microsoft.Vsa.IVsaItem this[int index] { get; }
member this.Item(int) : Microsoft.Vsa.IVsaItem
Default Public ReadOnly Property Item(index As Integer) As IVsaItem
參數
- index
- Int32
可擷取項目的以 0 為基底的索引。
屬性值
在指定之索引處的項目。
實作
適用於
Item[String]
依名稱從集合中取得項目。
public:
property Microsoft::Vsa::IVsaItem ^ default[System::String ^] { Microsoft::Vsa::IVsaItem ^ get(System::String ^ Name); };
public Microsoft.Vsa.IVsaItem this[string Name] { get; }
member this.Item(string) : Microsoft.Vsa.IVsaItem
Default Public ReadOnly Property Item(Name As String) As IVsaItem
參數
- Name
- String
要從集合中擷取的項目名稱。
屬性值
依名稱指定的專案。