ChangeConflictCollection.Item[Int32] プロパティ

定義

競合している項目を返します。

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

パラメーター

index
Int32

競合している項目のコレクション内のインデックス。

プロパティ値

競合している項目を表す ObjectChangeConflict

適用対象