ACTIVATEOPTIONS class

Flags used to support design mode, debugging, and testing scenarios.

Constructors

ACTIVATEOPTIONS()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

AO_DESIGNMODE → const int
The app is being activated for design mode, so it can't create its normal window. The creation of the app's window must be done by design tools that load the necessary components by communicating with a designer-specified service on the site chain established through the activation manager. Note that this means that the splash screen seen during regular activations won't be seen.
AO_NOERRORUI → const int
Do not display an error dialog if the app fails to activate.
AO_NONE → const int
No flags are set.
AO_NOSPLASHSCREEN → const int
Do not display the app's splash screen when the app is activated. You must enable debug mode on the app's package when you use this flag; otherwise, the PLM will terminate the app after a few seconds.
AO_PRELAUNCH → const int
The application is being activated in prelaunch mode. This value is supported starting in Windows 10.