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