BitmapProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イメージのプロパティとメタデータへの読み取りと書き込みアクセスを提供します。
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
- 継承
- 属性
- 実装
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
このクラスのインスタンスは、次のいずれかを表すことができます。
- フレーム メタデータの内容全体。
- コンテナー レベルのメタデータの内容全体。
- フレームまたはコンテナー内の特定の入れ子になったメタデータ ブロック。
メソッド
GetPropertiesAsync(IIterable<String>) |
1 つ以上のビットマップ プロパティを非同期的に取得します。 |
SetPropertiesAsync(IIterable<KeyValuePair<String,BitmapTypedValue>>) |
1 つ以上のビットマップ プロパティを非同期に設定します。 |