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

스트림의 데이터 형식입니다.

구현

적용 대상