StorageFile.FileType 속성

정의

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

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

속성 값

String

Platform::String

winrt::hstring

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

구현

설명

파일 형식에는 파일 이름에 최종 "."로 시작하는 모든 문자(및 포함)가 포함됩니다. 예를 들어 이미지 파일에는 ".jpg" 파일 형식이 있을 수 있습니다.

적용 대상