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。