IViewSwitcherProvider IViewSwitcherProvider IViewSwitcherProvider IViewSwitcherProvider Interface

Definition

Provides the object that allows you to set the view for the application.

public : interface IViewSwitcherProviderpublic interface IViewSwitcherProviderPublic Interface IViewSwitcherProvider// You can use this interface in JavaScript.
Inheritance
IViewSwitcherProviderIViewSwitcherProviderIViewSwitcherProviderIViewSwitcherProvider
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Properties

ViewSwitcher ViewSwitcher ViewSwitcher ViewSwitcher

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

public : ActivationViewSwitcher ViewSwitcher { get; }public ActivationViewSwitcher ViewSwitcher { get; }Public ReadOnly Property ViewSwitcher As ActivationViewSwitcher// You can use this property in JavaScript.
Value
ActivationViewSwitcher ActivationViewSwitcher ActivationViewSwitcher ActivationViewSwitcher

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.

See Also