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 介面時,才能使用這個成員。

適用於