BitmapCreateOptions 列挙型

定義

ビットマップ イメージの初期化オプションを指定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class BitmapCreateOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BitmapCreateOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BitmapCreateOptions
Public Enum BitmapCreateOptions
継承
BitmapCreateOptions
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

IgnoreImageCache 8

既存のイメージのキャッシュを使用せずにイメージを読み込みます。 このオプションは、キャッシュ内のイメージを更新する必要がある場合にのみ選択する必要があります。

None 0

オプションは指定されていません。

注釈

この列挙は、 BitmapImage.CreateOptions プロパティによって使用されます。 詳細については、「 CreateOptions」を参照してください。

適用対象