MediaSource.CustomProperties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得一組屬性,可用來將應用程式特定資料與 MediaSource產生關聯。
public:
property ValueSet ^ CustomProperties { ValueSet ^ get(); };
ValueSet CustomProperties();
public ValueSet CustomProperties { get; }
var valueSet = mediaSource.customProperties;
Public ReadOnly Property CustomProperties As ValueSet
屬性值
一組屬性,可用來將應用程式特定資料與 MediaSource產生關聯。