FileSystemEnumerator<TResult>.ShouldIncludeEntry 메서드

정의

파생 클래스에서 재정의되는 경우 지정된 파일 시스템 항목을 결과에 포함할지 여부를 결정합니다.

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

매개 변수

entry
FileSystemEntry

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

반환

지정된 파일 시스템 항목을 결과에 포함할 경우 true이고, 그렇지 않으면 false입니다.

적용 대상