Shell.SetTitleView(BindableObject, View) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit n’importe quel View élément à afficher dans la barre de navigation lorsque l’élément donné obj est actif.
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)
Paramètres
- obj
- BindableObject
Objet sur lequel le TitleView est défini.
- value
- View
Affichage à afficher dans la barre de navigation.