Share via


ITextDocumentSnapshot.IsDirty Property

Definition

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.

Applies to