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)
Syntax
'Declaration
ReadOnly Property LastContentModifiedTime As DateTime
DateTime LastContentModifiedTime { get; }
property DateTime LastContentModifiedTime {
DateTime get ();
}
abstract LastContentModifiedTime : DateTime with get
function get LastContentModifiedTime () : DateTime
Property Value
Type: System.DateTime
The last content modified time.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.