BindingGroup.CanRestoreValues プロパティ

定義

バインディングの各ソースが保留中の変更を破棄して元の値を復元できるかどうかを取得します。

public:
 property bool CanRestoreValues { bool get(); };
public bool CanRestoreValues { get; }
member this.CanRestoreValues : bool
Public ReadOnly Property CanRestoreValues As Boolean

プロパティ値

Boolean

バインディングの各ソースが保留中の変更を破棄して元の値を復元できる場合は true。それ以外の場合は false

注釈

ソースが実装されている場合、保留中の変更を IEditableObject破棄できます。

適用対象