FileSystemEnumerator<TResult>.ShouldIncludeEntry 方法

定义

在派生类中重写时,确定是否应在结果中包含指定文件系统项。

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

参数

entry
FileSystemEntry

文件系统项引用。

返回

如果应在结果中包含指定文件系统项,则为 true;否则为 false

适用于