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

Значение свойства

Реализации

Применяется к