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 インターフェイスにキャストされている場合にのみ使用できます。

適用対象