共用方式為


ImageStream.ContentType 屬性

定義

傳回資料流程的資料格式。

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

屬性值

String

Platform::String

winrt::hstring

資料流程的資料格式。

實作

適用於