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

適用対象