LaunchActivatedEventArgs.ViewSwitcher 屬性

定義

取得檢視切換器物件,可讓您設定應用程式的檢視。

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

屬性值

檢視切換器

實作

適用於