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 コンテンツ タイプ。

実装

適用対象