IVsaItem.IsDirty Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a value indicating whether the current in-memory representation of the item differs from the persisted representation.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property IsDirty As Boolean
bool IsDirty { get; }
property bool IsDirty {
    bool get ();
}
abstract IsDirty : bool with get
function get IsDirty () : boolean

Property Value

Type: System.Boolean
Returns true if the item is dirty, and thus requires saving; returns false if the item is not dirty.

See Also

Reference

IVsaItem Interface

Microsoft.Vsa Namespace