NavigationProxy 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
供 Xamarin.Forms 平台內部使用。
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class NavigationProxy : Xamarin.Forms.INavigation
type NavigationProxy = class
interface INavigation
- 繼承
-
System.ObjectNavigationProxy
- 屬性
-
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, Boolean) |
供 Xamarin.Forms 平台內部使用。 |
| PushAsync(Page) |
供 Xamarin.Forms 平台內部使用。 |
| PushModalAsync(Page, Boolean) |
供 Xamarin.Forms 平台內部使用。 |
| PushModalAsync(Page) |
供 Xamarin.Forms 平台內部使用。 |
| RemovePage(Page) |
供 Xamarin.Forms 平台內部使用。 |