Partager via


WindowTab.Title Propriété

Définition

Obtient ou définit le texte que le système affiche comme titre de l’onglet.

public:
 property Platform::String ^ Title { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Title();

void Title(winrt::hstring value);
public string Title { get; set; }
var string = windowTab.title;
windowTab.title = string;
Public Property Title As String

Valeur de propriété

String

Platform::String

winrt::hstring

Texte que le système affiche comme titre de l’onglet.

Remarques

Important

Cette API s’adresse uniquement aux applications de bureau Win32. UWP et d’autres types d’application ne sont pas pris en charge.

S’applique à