LaunchActivatedEventArgs.PreviousExecutionState Property

Gets the execution state of the app before this activation.

Syntax

public:
property ApplicationExecutionState PreviousExecutionState {
         ApplicationExecutionState get ();
}  

Property value

Type: ApplicationExecutionState 

One of the enumeration values.

Remarks

The app uses this information to determine whether it should restore saved state.

Requirements

Namespace: Windows.ApplicationModel.Activation

Metadata: windows.winmd

See also

Reference

LaunchActivatedEventArgs Class

LaunchActivatedEventArgs Members

Windows.ApplicationModel.Activation Namespace