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 代码不处理此元素中包含的任何数据。

适用于