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.

Применяется к