BitmapProperties 类

定义

提供对图像属性和元数据的读取和写入访问权限。

public ref class BitmapProperties sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BitmapProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BitmapProperties
Public NotInheritable Class BitmapProperties
继承
Object Platform::Object IInspectable BitmapProperties
属性
实现

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

此类的实例可以表示下列值之一:

  • 帧元数据的全部内容。
  • 容器级别元数据的全部内容。
  • 框架或容器中的特定嵌套元数据块。

方法

GetPropertiesAsync(IIterable<String>)

异步检索一个或多个位图属性。

SetPropertiesAsync(IIterable<KeyValuePair<String,BitmapTypedValue>>)

异步设置一个或多个位图属性。

适用于

另请参阅