ChangeConflictCollection.Item[Int32] Özellik

Tanım

Çakışan bir öğe döndürür.

public:
 property System::Data::Linq::ObjectChangeConflict ^ default[int] { System::Data::Linq::ObjectChangeConflict ^ get(int index); };
public System.Data.Linq.ObjectChangeConflict this[int index] { get; }
member this.Item(int) : System.Data.Linq.ObjectChangeConflict
Default Public ReadOnly Property Item(index As Integer) As ObjectChangeConflict

Parametreler

index
Int32

Çakışan öğenin koleksiyonundaki dizin.

Özellik Değeri

ObjectChangeConflict Çakışan öğeyi temsil eden.

Şunlara uygulanır