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