ListCollectionView.CurrentAddItem 属性

定义

获取当前添加事务期间要添加的项。

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

属性值

正在添加的项(如果 IsAddingNewtrue);否则为 null

实现

适用于

另请参阅