StateItem.IsDirty 屬性

定義

取得或設定數值,表示是否已經修改 StateItem 物件。

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

屬性值

如果已經修改儲存的 StateItem 物件,則為 true,否則為 false

適用於

另請參閱