FileSystemEnumerator<TResult>.TransformEntry(FileSystemEntry) 方法

定义

在派生类中重写时,从当前项生成结果类型。

protected:
 abstract TResult TransformEntry(System::IO::Enumeration::FileSystemEntry % entry);
protected abstract TResult TransformEntry (ref System.IO.Enumeration.FileSystemEntry entry);
abstract member TransformEntry : FileSystemEntry -> 'Result
Protected MustOverride Function TransformEntry (ByRef entry As FileSystemEntry) As TResult

参数

entry
FileSystemEntry

文件系统项引用。

返回

TResult

来自当前项的结果类型。

适用于