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

流的数据格式。

实现

适用于