ContainerEncodingProperties.Type プロパティ

定義

書式の種類を取得します。

public:
 property Platform::String ^ Type { Platform::String ^ get(); };
winrt::hstring Type();
public string Type { get; }
var string = containerEncodingProperties.type;
Public ReadOnly Property Type As String

プロパティ値

String

Platform::String

winrt::hstring

形式の種類。 メディア コンテナーの場合、形式の種類は "Container" です。

実装

適用対象