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

目前項目的結果類型。

適用於