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 平台内部使用。 |