CompositionEffectFactoryLoadResult クラス

定義

CompositionEffectFactory.CompleteLoadAsync の呼び出しの状態に対する呼び出しの結果に関する情報を表します。

public ref class CompositionEffectFactoryLoadResult 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 CompositionEffectFactoryLoadResult 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 CompositionEffectFactoryLoadResult
Public NotInheritable Class CompositionEffectFactoryLoadResult
継承
Object Platform::Object IInspectable CompositionEffectFactoryLoadResult
属性

Windows の要件

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

注釈

重要

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

プロパティ

ExtendedError

CompositionEffectFactory.CompleteLoadAsync の呼び出しの結果の拡張エラー コードを取得します。

Status

CompositionEffectFactory.CompleteLoadAsync の呼び出しの状態を取得します。

適用対象