FileSystemEnumerator<TResult>.ShouldRecurseIntoEntry Method

Definition

When overridden in a derived class, determines whether the specified file system entry should be recursed.

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

Parameters

entry
FileSystemEntry

A file system entry reference.

Returns

true if the specified directory entry should be recursed into; otherwise, false.

Applies to