IExplorerPropertyDescriptor 인터페이스

정의

값에 액세스하거나 값을 변환하는 메커니즘을 포함하는 속성 메타데이터를 설명하는 메서드를 정의합니다.

public interface class IExplorerPropertyDescriptor
public interface IExplorerPropertyDescriptor
type IExplorerPropertyDescriptor = interface
Public Interface IExplorerPropertyDescriptor
파생

속성

DisplayName

열 머리글 및 속성 뷰어에 표시할 이름을 가져옵니다.

Name

열거자 또는 SFC(System File Checker) 속성 이름과 일치해야 하는 이름을 가져옵니다.

Priority

속성 뷰어에서 속성의 순서를 가져옵니다.

PropertyType

속성의 유형을 가져옵니다.

TargetType

선택적 속성 대상 값 유형을 가져옵니다.

메서드

GetValue(IExplorerItem)

원시 속성 값을 검색하고 유형으로의 변환을 지정합니다.

GetValueAsImage(IExplorerItem)

원시 속성 값을 이미지로 변환합니다.

GetValueAsString(IExplorerItem)

기본 유형 변환기를 사용하여 원시 속성 값을 문자열로 변환합니다.

적용 대상