共用方式為


NavigationProxy 類別

定義

供 Xamarin.Forms 平台內部使用。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class NavigationProxy : Xamarin.Forms.INavigation
type NavigationProxy = class
    interface INavigation
繼承
System.Object
NavigationProxy
屬性
System.ComponentModel.EditorBrowsableAttribute
實作

建構函式

NavigationProxy()

供 Xamarin.Forms 平台內部使用。

屬性

Inner

供 Xamarin.Forms 平台內部使用。

ModalStack

供 Xamarin.Forms 平台內部使用。

NavigationStack

供 Xamarin.Forms 平台內部使用。

方法

GetModalStack()

供 Xamarin.Forms 平台內部使用。

GetNavigationStack()

供 Xamarin.Forms 平台內部使用。

InsertPageBefore(Page, Page)

供 Xamarin.Forms 平台內部使用。

OnInsertPageBefore(Page, Page)

供 Xamarin.Forms 平台內部使用。

OnPopAsync(Boolean)

供 Xamarin.Forms 平台內部使用。

OnPopModal(Boolean)

供 Xamarin.Forms 平台內部使用。

OnPopToRootAsync(Boolean)

供 Xamarin.Forms 平台內部使用。

OnPushAsync(Page, Boolean)

供 Xamarin.Forms 平台內部使用。

OnPushModal(Page, Boolean)

供 Xamarin.Forms 平台內部使用。

OnRemovePage(Page)

供 Xamarin.Forms 平台內部使用。

PopAsync()

供 Xamarin.Forms 平台內部使用。

PopAsync(Boolean)

供 Xamarin.Forms 平台內部使用。

PopModalAsync()

供 Xamarin.Forms 平台內部使用。

PopModalAsync(Boolean)

供 Xamarin.Forms 平台內部使用。

PopToRootAsync()

供 Xamarin.Forms 平台內部使用。

PopToRootAsync(Boolean)

供 Xamarin.Forms 平台內部使用。

PushAsync(Page)

供 Xamarin.Forms 平台內部使用。

PushAsync(Page, Boolean)

供 Xamarin.Forms 平台內部使用。

PushModalAsync(Page)

供 Xamarin.Forms 平台內部使用。

PushModalAsync(Page, Boolean)

供 Xamarin.Forms 平台內部使用。

RemovePage(Page)

供 Xamarin.Forms 平台內部使用。

適用於