DirectoryEntryInfo(Uri, FileAttributes, DateTime, DateTime) 构造函数

定义

初始化 DirectoryEntryInfo 类的新实例。

protected:
 DirectoryEntryInfo(Uri ^ uri, System::IO::FileAttributes attributes, DateTime creationTime, DateTime lastWriteTime);
protected DirectoryEntryInfo (Uri uri, System.IO.FileAttributes attributes, DateTime creationTime, DateTime lastWriteTime);
new Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryEntryInfo : Uri * System.IO.FileAttributes * DateTime * DateTime -> Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryEntryInfo
Protected Sub New (uri As Uri, attributes As FileAttributes, creationTime As DateTime, lastWriteTime As DateTime)

参数

uri
Uri

目录项的 URI。

attributes
FileAttributes

目录项的特性。

creationTime
DateTime

目录项的创建时间。

lastWriteTime
DateTime

目录项的上次写入时间。

适用于