Freigeben über


Shell.GetBackButtonBehavior(BindableObject) Methode

Definition

Ruft ab, der BackButtonBehavior für die angegebene obj.

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

Parameter

obj
BindableObject

Das Objekt, aus dem das Verhalten der Zurück-Schaltfläche abgerufen werden soll.

Gibt zurück

Das Verhalten der Zurück-Schaltfläche für das Objekt.

Gilt für: