ITextDocument.IsDirty Property

Definition

Determines whether the ITextBuffer is dirty.

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

Property Value

true if dirty, otherwise false.

Remarks

If true, the contents of TextBuffer have changed since the file was last loaded or saved. If false, the contents of TextBuffer have not changed since the file was last loaded or saved.

Applies to