StorageItemThumbnail.ContentType 属性

定义

获取缩略图的 MIME 内容类型。

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

属性值

String

Platform::String

winrt::hstring

MIME 内容类型。

实现

适用于