Partager via


AppNotificationProgressData.Title Propriété

Définition

Obtient ou définit une chaîne de titre facultative de la barre de progression associée à la mise à jour de progression.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne de titre.

Remarques

Cette propriété est liée à l’attribut status de l’élément xml title.

S’applique à