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

型指定されたメタデータの形式サブタイプを指定する文字列。

実装

適用対象