共用方式為


ImageEncodingProperties.Subtype 屬性

定義

取得或設定格式的子類型。

public:
 property Platform::String ^ Subtype { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Subtype();

void Subtype(winrt::hstring value);
public string Subtype { get; set; }
var string = imageEncodingProperties.subtype;
imageEncodingProperties.subtype = string;
Public Property Subtype As String

屬性值

String

Platform::String

winrt::hstring

子型別。

實作

備註

此值可以是 標準格式 GUID 的字串表示,或是下表所列其中一個預先定義的值。

描述
「BMP」點陣圖影像。
「ICO」ICO 影像。
「GIF」GIF 影像。
「JPEG」JPEG 影像。
「PNG」PNG 影像。
「TIFF」TIFF 影像。
「WMP」JPEG-XR 或 HD 相片影像。

警告

MediaEncodingSubtypes屬性所傳回的字串值不能使用與 AudioEncodingProperties.SubtypeVideoEncodingProperties.SubtypeContainerEncodingProperties.Subtype和 ImageEncodingProperties.Subtype 相同的字母大小寫。 因此,如果您比較值,您應該使用不區分大小寫的比較,或使用符合編碼屬性所傳回大小寫的硬式編碼字串。

適用於