LaunchActivatedEventArgs.ViewSwitcher Property

Definition

Gets the view switcher object that allows you to set the view for the application.

public:
 property ActivationViewSwitcher ^ ViewSwitcher { ActivationViewSwitcher ^ get(); };
ActivationViewSwitcher ViewSwitcher();
public ActivationViewSwitcher ViewSwitcher { get; }
var activationViewSwitcher = launchActivatedEventArgs.viewSwitcher;
Public ReadOnly Property ViewSwitcher As ActivationViewSwitcher

Property Value

The view switcher

Implements

Applies to