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 문자열 표현이거나 다음 표에 나열된 미리 정의된 값 중 하나일 수 있습니다.

Description
"BMP"비트맵 이미지.
"ICO"ICO 이미지.
"GIF"GIF 이미지.
"JPEG"JPEG 이미지.
"PNG"PNG 이미지.
"TIFF"TIFF 이미지.
"WMP"JPEG-XR 또는 HD 사진 이미지.

경고

MediaEncodingSubtypes 속성에서 반환된 문자열 값은 AudioEncodingProperties.Subtype, VideoEncodingProperties.Subtype, ContainerEncodingProperties.Subtype 및 ImageEncodingProperties.Subtype과 동일한 문자 대/소문자를 사용할 수 없습니다. 이러한 이유로 값을 비교하는 경우 대/소문자를 구분하지 않는 비교를 사용하거나 인코딩 속성에서 반환된 대/소문자를 일치시키는 하드 코드된 문자열을 사용해야 합니다.

적용 대상