Share via


FileInformation.ContentType 属性

定义

获取描述文件内容的字符串。

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

属性值

String

Platform::String

winrt::hstring

内容类型字符串。

实现

适用于