ItemCollection.IEditableCollectionView.CommitNew 方法

定义

结束添加事务并保存挂起的新项。

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

实现

注解

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

适用于