IEditableCollectionView.CurrentAddItem 속성

정의

현재 추가 트랜잭션 중에 추가되는 항목을 가져옵니다.

public:
 property System::Object ^ CurrentAddItem { System::Object ^ get(); };
public object CurrentAddItem { get; }
member this.CurrentAddItem : obj
Public ReadOnly Property CurrentAddItem As Object

속성 값

추가되는 항목(있는 경우IsAddingNew)이고, true그렇지 않으면 .입니다null.

적용 대상