FileSystemEnumerator<TResult>.TransformEntry(FileSystemEntry) Yöntem

Tanım

Türetilmiş bir sınıfta geçersiz kılındığında, geçerli girdiden sonuç türünü oluşturur.

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

Parametreler

entry
FileSystemEntry

Dosya sistemi giriş başvurusu.

Döndürülenler

TResult

Geçerli girdideki sonuç türü.

Şunlara uygulanır