Partager via


Shell.SetBackButtonBehavior(BindableObject, BackButtonBehavior) Méthode

Définition

Définit le comportement du bouton Précédent lorsque l’élément donné obj est présenté.

public:
 static void SetBackButtonBehavior(Microsoft::Maui::Controls::BindableObject ^ obj, Microsoft::Maui::Controls::BackButtonBehavior ^ behavior);
public static void SetBackButtonBehavior (Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.BackButtonBehavior behavior);
static member SetBackButtonBehavior : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.BackButtonBehavior -> unit
Public Shared Sub SetBackButtonBehavior (obj As BindableObject, behavior As BackButtonBehavior)

Paramètres

obj
BindableObject

Page qui détermine le comportement du bouton Précédent de l’interpréteur de commandes lorsqu’il est actif.

behavior
BackButtonBehavior

Comportement du bouton Précédent.

Remarques

Si ce obj n’est pas une page, cette propriété ne fera rien.

S’applique à