FileSystemEnumerator<TResult>.ShouldIncludeEntry Metoda

Definicja

Podczas zastępowania w klasie pochodnej określa, czy określony wpis systemu plików powinien być uwzględniony w wynikach.

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

Parametry

entry
FileSystemEntry

Odwołanie do wpisu systemu plików.

Zwraca

true jeśli określony wpis systemu plików powinien zostać uwzględniony w wynikach; w przeciwnym razie , false.

Dotyczy