Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 867 Bytes

activationviewswitcher.md

File metadata and controls

22 lines (16 loc) · 867 Bytes
-api-id -api-type
T:Windows.UI.ViewManagement.ActivationViewSwitcher
winrt class

Windows.UI.ViewManagement.ActivationViewSwitcher

-description

Provides methods for switching to an app view in response to an activation.

-remarks

Get an instance of ActivationViewSwitcher from the ViewSwitcher property of the activation event args. To use the ActivationViewSwitcher you must first disable the system view activation policy by calling DisableSystemViewActivationPolicy. The first activation of an app cannot use the ActivationViewSwitcher to control which view to show. Apps can only use it in subsequent activations.

-examples

-see-also