FileSystemEnumerator<TResult>.ShouldIncludeEntry Yöntem

Tanım

Türetilmiş bir sınıfta geçersiz kılındığında, belirtilen dosya sistemi girişinin sonuçlara eklenip eklenmeyeceğini belirler.

protected:
 virtual bool ShouldIncludeEntry(System::IO::Enumeration::FileSystemEntry % entry);
protected virtual bool ShouldIncludeEntry (ref System.IO.Enumeration.FileSystemEntry entry);
abstract member ShouldIncludeEntry : FileSystemEntry -> bool
override this.ShouldIncludeEntry : FileSystemEntry -> bool
Protected Overridable Function ShouldIncludeEntry (ByRef entry As FileSystemEntry) As Boolean

Parametreler

entry
FileSystemEntry

Dosya sistemi giriş başvurusu.

Döndürülenler

true belirtilen dosya sistemi girdisinin sonuçlara eklenmesi gerekiyorsa; aksi takdirde , false.

Şunlara uygulanır