共用方式為


BaseVsaEngine.IsDirty 屬性

定義

取得或設定值,這個值表示項目目前的記憶體中表示與保存的表示是否有所不同。

public:
 property bool IsDirty { bool get(); void set(bool value); };
public bool IsDirty { get; set; }
member this.IsDirty : bool with get, set
Public Property IsDirty As Boolean

屬性值

如果記憶體中表示與保存的表示不同,則為 true,否則為 false

適用於