ITextDocument.LastSavedTime Property
Gets the last DateTime the file was saved. This time exactly matches the last file written time on the file system.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
ReadOnly Property LastSavedTime As DateTime
DateTime LastSavedTime { get; }
property DateTime LastSavedTime {
DateTime get ();
}
abstract LastSavedTime : DateTime with get
function get LastSavedTime () : DateTime
Property Value
Type: System.DateTime
The last saved 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.