ItemCollection.IEditableCollectionView.CanCancelEdit プロパティ

定義

コレクション ビューが保留中の変更を破棄して、編集されたオブジェクトの元の値を復元できるかどうかを示す値を取得します。

property bool System::ComponentModel::IEditableCollectionView::CanCancelEdit { bool get(); };
bool System.ComponentModel.IEditableCollectionView.CanCancelEdit { get; }
member this.System.ComponentModel.IEditableCollectionView.CanCancelEdit : bool
 ReadOnly Property CanCancelEdit As Boolean Implements IEditableCollectionView.CanCancelEdit

プロパティ値

コレクション ビューが保留中の変更を破棄して、編集されたオブジェクトの元の値を復元できる場合は true。それ以外の場合は false

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ItemCollection のインスタンスが IEditableCollectionView インターフェイスにキャストされる場合のみ、使用できます。

適用対象