StorageItemThumbnail.ContentType Property

Definition

Gets the MIME content type of the thumbnail image.

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

Property Value

String

Platform::String

winrt::hstring

The MIME content type.

Implements

Applies to