PreviewTeamView.SetTitle(String) 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éfinition d’un titre de barre latérale personnalisé ou localisé. Le titre par défaut est le nom d’affichage de l’application.
public:
virtual void SetTitle(Platform::String ^ title) = SetTitle;
void SetTitle(winrt::hstring const& title);
public void SetTitle(string title);
function setTitle(title)
Public Sub SetTitle (title As String)
Paramètres
- title
-
String
Platform::String
winrt::hstring
Chaîne qui représente le titre de l’application.