FileSystemEnumerator<TResult>.ShouldRecurseIntoEntry Yöntem

Tanım

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

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

Parametreler

entry
FileSystemEntry

Dosya sistemi giriş başvurusu.

Döndürülenler

true belirtilen dizin girdisinin yinelenmesi gerekiyorsa; aksi takdirde , false.

Şunlara uygulanır