ListCollectionView.CurrentAddItem 属性

定义

获取当前添加事务过程中正在添加的项。

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

属性值

Object

如果 IsAddingNewtrue,则为要添加的项;否则为 null

实现

适用于

另请参阅