EditingScope.HasEffectiveChanges プロパティ

定義

編集スコープに変更が適用されているかどうかを示すブール値を取得します。

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

プロパティ値

Boolean

true 編集スコープに変更が適用されている場合は。それ以外の場合は false

適用対象