次の方法で共有


EventData.Item[Int32] プロパティ

定義

読み取り専用のリスト内の指定したインデックスにある要素を取得します。

protected:
 abstract property System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> default[int] { System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> get(int index); };
protected abstract System.Collections.Generic.KeyValuePair<string,object> this[int index] { get; }
member this.Item(int) : System.Collections.Generic.KeyValuePair<string, obj>
Default Protected MustOverride ReadOnly Property Item(index As Integer) As KeyValuePair(Of String, Object)

パラメーター

index
Int32

プロパティ値

実装

適用対象