ITextDocument::LastContentModifiedTime Property

 

Gets the last DateTime a change was made to the contents of the ITextBuffer.

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

property DateTime LastContentModifiedTime {
	DateTime get();
}

Property Value

Type: System::DateTime

The last content modified time.

Return to top
Show: