Udostępnij za pośrednictwem


TimedMetadataEncodingProperties.Subtype Property

Definition

Gets a string specifying the format subtype of the typed metadata.

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

Property Value

String

Platform::String

winrt::hstring

A string specifying the format subtype of the typed metadata.

Implements

Applies to