StorageFile.DisplayType 속성

정의

파일 형식에 대한 사용자에게 친숙한 설명을 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

파일 형식에 대한 사용자에게 친숙한 설명입니다.

구현

설명

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

적용 대상