FileSystemEnumerator<TResult>.ShouldRecurseIntoEntry Methode

Definitie

Wanneer deze wordt overschreven in een afgeleide klasse, bepaalt u of de opgegeven bestandssysteemvermelding moet worden recursed.

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

Parameters

entry
FileSystemEntry

Een verwijzing naar een bestandssysteemvermelding.

Retouren

true indien de opgegeven mapvermelding moet worden teruggezet in; anders, false.

Van toepassing op