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в противном случае .

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