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

適用対象