Partager via


Shell.GetPresentationMode(BindableObject) Méthode

Définition

Obtient l’animation de navigation qui se produit lorsqu’une page est accédée avec la GoToAsync(ShellNavigationState, Boolean) méthode.

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

Paramètres

obj
BindableObject

Objet qui modifie la visibilité des onglets.

Retours

Animation de navigation qui se produit lorsqu’une page est accédée.

S’applique à