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

適用対象