Share via


DataView.IList.Item[Int32] Özellik

Tanım

Bu üyenin açıklaması için bkz Item[Int32]. .

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int recordIndex); void set(int recordIndex, System::Object ^ value); };
object? System.Collections.IList.Item[int recordIndex] { get; set; }
object System.Collections.IList.Item[int recordIndex] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(recordIndex As Integer) As Object Implements IList.Item

Parametreler

recordIndex
Int32

Bir Int32 değer.

Özellik Değeri

Bu üyenin açıklaması için bkz Item[Int32]. .

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IList arabirime DataView yayınlandığında kullanılabilir.

Şunlara uygulanır