ItemCollection.IEditableCollectionView.CanCancelEdit 属性

定义

获取一个值,该值指示集合视图是否可以放弃挂起的更改并还原所编辑对象的原始值。

property bool System::ComponentModel::IEditableCollectionView::CanCancelEdit { bool get(); };
bool System.ComponentModel.IEditableCollectionView.CanCancelEdit { get; }
member this.System.ComponentModel.IEditableCollectionView.CanCancelEdit : bool
 ReadOnly Property CanCancelEdit As Boolean Implements IEditableCollectionView.CanCancelEdit

属性值

如果集合视图可以放弃挂起的更改并还原所编辑对象的原始值,则为 true;否则为 false

实现

注解

此成员是显式接口成员的实现。 它只能在 ItemCollection 实例被强制转换为 IEditableCollectionView 接口时使用。

适用于