Shell.SetTitleView(BindableObject, View) Yöntem

Tanım

Verilen obj etkin olduğunda gezinti çubuğunda görüntülenecek herhangi birini View ayarlar.

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

Parametreler

obj
BindableObject

TitleView'un ayarlandığı nesne.

value
View

Gezinti çubuğunda görüntülenecek Görünüm.

Şunlara uygulanır