StorageFile.ContentType 속성

정의

파일 내용의 MIME 형식을 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

파일 콘텐츠의 MIME 형식입니다.

예를 들어 음악 파일에는 "audio/mpeg" MIME 형식이 있을 수 있습니다.

구현

적용 대상