다음을 통해 공유


IStorageFile.FileType 속성

정의

파일의 형식(파일 이름 확장명)을 가져옵니다.

public:
 property Platform::String ^ FileType { Platform::String ^ get(); };
winrt::hstring FileType();
public string FileType { get; }
var string = iStorageFile.fileType;
Public ReadOnly Property FileType As String

속성 값

String

Platform::String

winrt::hstring

파일의 파일 이름 확장명입니다.

적용 대상

추가 정보