EditingScope.HasEffectiveChanges 属性

定义

获取一个布尔值,该值指定是否已将更改应用于编辑范围。

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

属性值

true 如果已将更改应用于编辑范围,则为否则,为 false.

适用于