Share via


IVsaItem.IsDirty 屬性

定義

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

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

屬性值

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

適用於