Freigeben über


AppNotificationProgressData.Title Eigenschaft

Definition

Ruft eine optionale Titelzeichenfolge der Statusleiste ab, die dem Statusupdate zugeordnet ist, oder legt diese fest.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Eine Titelzeichenfolge.

Hinweise

Diese Eigenschaft bindet an das status-Attribut des title-xml-Elements.

Gilt für: