FileSystemEnumerator<TResult>.ShouldIncludeEntry Method

Definition

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

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

Parameters

entry
FileSystemEntry

A file system entry reference.

Returns

true if the specified file system entry should be included in the results; otherwise, false.

Applies to