IVsaItems.Item[] プロパティ

定義

オーバーロード

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

コレクションから取得する項目の名前。

プロパティ値

名前で指定された項目。

適用対象