ITextDocument::IsDirty Property

 

Determines whether the ITextBuffer is dirty.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

property bool IsDirty {
	bool get();
}

Property Value

Type: System::Boolean

true if dirty, otherwise false.

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.

Return to top
Show: