ContainerEncodingProperties.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得媒體容器的其他格式屬性。
public:
property MediaPropertySet ^ Properties { MediaPropertySet ^ get(); };
MediaPropertySet Properties();
public MediaPropertySet Properties { get; }
var mediaPropertySet = containerEncodingProperties.properties;
Public ReadOnly Property Properties As MediaPropertySet
屬性值
包含格式屬性的屬性集。
實作
備註
如需使用屬性集集合的詳細資訊,請參閱 PropertySet。