CompositionEffectFactoryLoadResult.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the status of a call to CompositionEffectFactory.CompleteLoadAsync.
public:
property CompositionEffectFactoryLoadStatus Status { CompositionEffectFactoryLoadStatus get(); };
CompositionEffectFactoryLoadStatus Status();
public CompositionEffectFactoryLoadStatus Status { get; }
var compositionEffectFactoryLoadStatus = compositionEffectFactoryLoadResult.status;
Public ReadOnly Property Status As CompositionEffectFactoryLoadStatus
Property Value
The status of a call to CompositionEffectFactory.CompleteLoadAsync.
Remarks
Important
This API exists only in Windows 10, version 1507 (Build 10240).