PlayReadyContentHeader.CustomAttributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンテンツ プロバイダーによって使用されるカスタム データを取得します。
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
プロパティ値
コンテンツ プロバイダーによって使用されるカスタム データ。
注釈
コンテンツ作成者は、この要素内に任意の XML を追加できます。 Microsoft コードは、この要素内に含まれるデータに対して動作しません。