CompositionImageLoadResult クラス

定義

CompositionImage を読み込んだ結果を表します。

public ref class CompositionImageLoadResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CompositionImageLoadResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CompositionImageLoadResult
Public NotInheritable Class CompositionImageLoadResult
継承
Object Platform::Object IInspectable CompositionImageLoadResult
属性

Windows の要件

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

注釈

重要

この API は、Windows 10 バージョン 1507 (ビルド 10240) にのみ存在します。

プロパティ

ExtendedError

読み込みエラー情報を取得します。

Status

読み込みの結果を取得します。

適用対象