다음을 통해 공유


IStorageItemProperties.DisplayType 속성

정의

항목의 사용자에게 친숙한 형식을 가져옵니다.

public:
 property Platform::String ^ DisplayType { Platform::String ^ get(); };
winrt::hstring DisplayType();
public string DisplayType { get; }
var string = iStorageItemProperties.displayType;
Public ReadOnly Property DisplayType As String

속성 값

String

Platform::String

winrt::hstring

사용자에게 친숙한 항목 유형입니다.

설명

예를 들어 항목이 이미지 파일인 경우 사용자에게 친숙한 형식의 "JPG 파일"이 있을 수 있습니다.

적용 대상