共用方式為


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 程式碼不會針對此元素內含的任何資料採取動作。

適用於