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

파일 시스템 항목 참조입니다.

반환

Boolean

지정된 디렉터리 항목이 재귀되는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상