ItemCollection.IEditableCollectionView.CancelNew 方法

定义

结束添加事务并放弃挂起的新项。

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

实现

注解

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

适用于