IViewSwitcherProvider.ViewSwitcher Property

Definition

Provides 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 = iViewSwitcherProvider.viewSwitcher;
Public ReadOnly Property ViewSwitcher As ActivationViewSwitcher

Property Value

Use the ActivationViewSwitcher to show or switch the view in response to the activation. The value will be null in hosted scenarios such as Share and File Picker activations.

Applies to