次の方法で共有


PlayReadyContentHeader.CustomAttributes プロパティ

定義

コンテンツ プロバイダーによって使用されるカスタム データを取得します。

public:
 property Platform::String ^ CustomAttributes { Platform::String ^ get(); };
winrt::hstring CustomAttributes();
public string CustomAttributes { get; }
var string = playReadyContentHeader.customAttributes;
Public ReadOnly Property CustomAttributes As String

プロパティ値

String

Platform::String

winrt::hstring

コンテンツ プロバイダーによって使用されるカスタム データ。

注釈

コンテンツ作成者は、この要素内に任意の XML を追加できます。 Microsoft コードは、この要素内に含まれるデータに対して動作しません。

適用対象