BindingGroup.CanRestoreValues 屬性

定義

取得系結中的每個來源是否可以捨棄暫止的變更,並還原原始值。

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

屬性值

true如果綁定中的每個來源都能丟棄待處理的變更並還原原始值;否則,。 false

備註

來源若實 IEditableObject作 ,則可捨棄待處理的變更。

適用於