Partager via


AppNotificationProgressBar.Title Propriété

Définition

Obtient ou définit un texte de titre d’une barre de progression de notification d’application.

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 = appNotificationProgressBar.title;
appNotificationProgressBar.title = string;
Public Property Title As String

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne contenant la valeur de texte du titre.

Remarques

Vous pouvez également définir le titre en appelant AppNotificationProgressBar.Title.

Vous pouvez définir le texte de titre à l’aide de la liaison de données en appelant AppNotificationProgressBar.BindTitle. Mettez à jour la valeur d’état liée en affectant un objet AppNotificationProgressData à la propriété AppNotification.Progress.

Pour obtenir des conseils sur l’utilisation des API AppNotificationBuilder pour créer l’interface utilisateur pour les notifications d’application, consultez contenu de notification d’application.

Pour plus d’informations sur le schéma XML pour les notifications d’application, consultez schéma de contenu de notification d’application.

S’applique à