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

適用於