共用方式為


VsaItem.IsDirty 屬性

定義

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

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

屬性值

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

適用於

另請參閱