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

属性值

实现

适用于