BitmapProperties Klasse

Definition

Bietet Lese- und Schreibzugriff auf Bildeigenschaften und Metadaten.

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
Vererbung
Object Platform::Object IInspectable BitmapProperties
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Ein instance dieser Klasse kann eine der folgenden Aussagen darstellen:

  • Der gesamte Inhalt der Framemetadaten.
  • Der gesamte Inhalt der Metadaten auf Containerebene.
  • Ein bestimmter geschachtelter Metadatenblock innerhalb des Frames oder Containers.

Methoden

GetPropertiesAsync(IIterable<String>)

Ruft asynchron eine oder mehrere Bitmapeigenschaften ab.

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

Legt asynchron eine oder mehrere Bitmapeigenschaften fest.

Gilt für:

Weitere Informationen