共用方式為


Shell.GetPresentationMode(BindableObject) 方法

定義

取得使用 方法巡覽頁面 GoToAsync(ShellNavigationState, Boolean) 時所發生的導覽動畫。

public:
 static Microsoft::Maui::Controls::PresentationMode GetPresentationMode(Microsoft::Maui::Controls::BindableObject ^ obj);
public static Microsoft.Maui.Controls.PresentationMode GetPresentationMode (Microsoft.Maui.Controls.BindableObject obj);
static member GetPresentationMode : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PresentationMode
Public Shared Function GetPresentationMode (obj As BindableObject) As PresentationMode

參數

obj
BindableObject

修改索引標籤可見性的物件。

傳回

巡覽至頁面時所發生的導覽動畫。

適用於