ApplicationViewSwitchingOptions
ApplicationViewSwitchingOptions
ApplicationViewSwitchingOptions
ApplicationViewSwitchingOptions
Enum
Definition
Defines a set of options for window (app view) switching behaviors.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class ApplicationViewSwitchingOptionspublic enum ApplicationViewSwitchingOptionsPublic Enum ApplicationViewSwitchingOptions// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| ConsolidateViews ConsolidateViews ConsolidateViews ConsolidateViews | Close the initial window and remove it from the list of recently used apps, and display the window to which the app is switching. |
| Default Default Default Default | Perform the standard animated transition between windows upon switching. |
| SkipAnimation SkipAnimation SkipAnimation SkipAnimation | Immediately transition between windows without animation. |