Freigeben über


Shell.GetTitleView(BindableObject) Methode

Definition

Ruft alle View elemente ab, die in der Navigationsleiste angezeigt werden sollen, wenn das angegebene obj Element aktiv ist.

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

Parameter

obj
BindableObject

Das Objekt, auf das die TitleView festgelegt ist.

Gibt zurück

Die Ansicht, die in der Navigationsleiste angezeigt werden soll.

Gilt für: