ProjectNode.LastModifiedTime Property

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

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace