Project.TimeOfLastDirty 属性
定义
public:
property DateTime TimeOfLastDirty { DateTime get(); };
public DateTime TimeOfLastDirty { get; }
member this.TimeOfLastDirty : DateTime
Public ReadOnly Property TimeOfLastDirty As DateTime
属性值
一个 DateTime 对象,该对象指示上一次更改项目以至于需要将项目保存到文件的时间。A DateTime object indicating the time the project was last changed in a way that required it to be saved to a file.