CacheFileEntity 클래스

정의

파일 열거형 서비스의 캐시를 빌드하는 데 사용되는 파일 시스템의 항목을 나타냅니다.

public sealed class CacheFileEntity : IComparable<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.CacheFileEntity>, IEquatable<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.CacheFileEntity>
type CacheFileEntity = class
    interface IComparable<CacheFileEntity>
    interface IEquatable<CacheFileEntity>
Public NotInheritable Class CacheFileEntity
Implements IComparable(Of CacheFileEntity), IEquatable(Of CacheFileEntity)
상속
CacheFileEntity
구현

생성자

CacheFileEntity(FileEntity, CacheFileEntityProjectSpecificInfoType, Guid)

CacheFileEntity 클래스의 새 인스턴스를 초기화합니다.

CacheFileEntity(FileEntityKind, String, Boolean, CacheFileEntityProjectSpecificInfoType, Guid, IFilePathCaseResolver)

CacheFileEntity 클래스의 새 인스턴스를 초기화합니다.

속성

FileEntity

파일 열거형 서비스에서 반환되는 항목을 가져옵니다.

FileName

의 파일 이름을 FileEntity가져옵니다.

ProjectId

이 엔터티가 속한 프로젝트의 ID를 가져옵니다. Empty 는 프로젝트와 관련이 없는 경우에 사용됩니다.

Type

솔루션 탐색기 관련된 이 항목에 대한 몇 가지 특별한 정보를 가져옵니다.

메서드

CompareTo(CacheFileEntity)

파일 열거형 서비스의 캐시를 빌드하는 데 사용되는 파일 시스템의 항목을 나타냅니다.

Equals(CacheFileEntity)

파일 열거형 서비스의 캐시를 빌드하는 데 사용되는 파일 시스템의 항목을 나타냅니다.

Equals(Object)

파일 열거형 서비스의 캐시를 빌드하는 데 사용되는 파일 시스템의 항목을 나타냅니다.

GetHashCode()

파일 열거형 서비스의 캐시를 빌드하는 데 사용되는 파일 시스템의 항목을 나타냅니다.

연산자

Equality(CacheFileEntity, CacheFileEntity)

파일 열거형 서비스의 캐시를 빌드하는 데 사용되는 파일 시스템의 항목을 나타냅니다.

Inequality(CacheFileEntity, CacheFileEntity)

파일 열거형 서비스의 캐시를 빌드하는 데 사용되는 파일 시스템의 항목을 나타냅니다.

적용 대상