共用方式為


VsaItem.IsDirty 屬性

定義

取得值,指出項目目前記憶體中表示是否不同於保存的表示。

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

屬性值

true 如果專案已變更,則為 ,因此需要儲存;否則為 false

實作

適用於