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

文件的文件扩展名。

适用于

另请参阅