FileSystemEnumerator<TResult>.ShouldRecurseIntoEntry 方法

定义

在派生类中重写时,确定是否应递归指定文件系统项。

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

参数

entry
FileSystemEntry

文件系统项引用。

返回

如果应递归到指定目录项中,则为 true;否则为 false

适用于