ITextDocument.IsDirty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.