ITextDocumentSnapshot.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 ITextDocumentSnapshot is dirty.
public bool IsDirty { get; }
member this.IsDirty : bool
Public ReadOnly Property IsDirty As Boolean
Property Value
Remarks
If true
, the contents of ITextDocumentSnapshot have changed since the file was last loaded or saved. If false
, the contents of ITextDocumentSnapshot have not changed since the file was last loaded or saved.