共用方式為


IJSVsaItem.IsDirty 屬性

定義

傳回值,指出項目目前的記憶體中表示與保存的表示是否有所不同。

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

屬性值

Boolean

true 如果專案已中途變更,因此需要儲存; false 如果專案未中途變更。

適用於