FileSystemEntry.ToFileSystemInfo 方法

定义

将此实例的值转换为 FileSystemInfoConverts the value of this instance to a FileSystemInfo.

public:
 System::IO::FileSystemInfo ^ ToFileSystemInfo();
public System.IO.FileSystemInfo ToFileSystemInfo ();
member this.ToFileSystemInfo : unit -> System.IO.FileSystemInfo
Public Function ToFileSystemInfo () As FileSystemInfo

返回

FileSystemInfo

作为 FileSystemInfo 的此实例的值。The value of this instance as a FileSystemInfo.

适用于