NavigationModel 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
供 Xamarin.Forms 平台內部使用。
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class NavigationModel
type NavigationModel = class
- 繼承
-
System.ObjectNavigationModel
- 屬性
-
System.ComponentModel.EditorBrowsableAttribute
建構函式
NavigationModel() |
供 Xamarin.Forms 平台內部使用。 |
屬性
CurrentPage |
供 Xamarin.Forms 平台內部使用。 |
Modals |
供 Xamarin.Forms 平台內部使用。 |
Roots |
供 Xamarin.Forms 平台內部使用。 |
Tree |
供 Xamarin.Forms 平台內部使用。 |
方法
Clear() |
供 Xamarin.Forms 平台內部使用。 |
InsertPageBefore(Page, Page) |
供 Xamarin.Forms 平台內部使用。 |
Pop(Page) |
供 Xamarin.Forms 平台內部使用。 |
PopModal() |
供 Xamarin.Forms 平台內部使用。 |
PopTopPage() |
供 Xamarin.Forms 平台內部使用。 |
PopToRoot(Page) |
供 Xamarin.Forms 平台內部使用。 |
Push(Page, Page) |
供 Xamarin.Forms 平台內部使用。 |
PushModal(Page) |
供 Xamarin.Forms 平台內部使用。 |
RemovePage(Page) |
供 Xamarin.Forms 平台內部使用。 |