TimedMetadataEncodingProperties.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 = timedMetadataEncodingProperties.subtype;
timedMetadataEncodingProperties.subtype = string;
Public Property Subtype As String

속성 값

String

Platform::String

winrt::hstring

형식화된 메타데이터의 형식 하위 형식을 지정하는 문자열입니다.

구현

적용 대상