Gets the timestamp of the last modification to the project file.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property LastModifiedTime As DateTime
'使用
Dim instance As ProjectNode
Dim value As DateTime
value = instance.LastModifiedTime
public DateTime LastModifiedTime { get; }
public:
property DateTime LastModifiedTime {
DateTime get ();
}
public function get LastModifiedTime () : DateTime
Property Value
Type: System.DateTime
The timestamp of the last modification to the project file.
Permissions
- 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.