ItemCollection.IEditableCollectionView.CancelEdit 方法

定义

结束编辑事务,并还原项的原始值(如有可能)。

 virtual void System.ComponentModel.IEditableCollectionView.CancelEdit() = System::ComponentModel::IEditableCollectionView::CancelEdit;
void IEditableCollectionView.CancelEdit ();
abstract member System.ComponentModel.IEditableCollectionView.CancelEdit : unit -> unit
override this.System.ComponentModel.IEditableCollectionView.CancelEdit : unit -> unit
Sub CancelEdit () Implements IEditableCollectionView.CancelEdit

实现

注解

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

适用于