FileSystemEnumerator<TResult>.ShouldRecurseIntoEntry 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,确定是否应递归指定文件系统项。
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
。