Share via


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

ストリームのデータ形式。

実装

適用対象