Freigeben über


AppNotificationProgressData Klasse

Definition

Stellt Fortschrittsdaten für eine App-Benachrichtigung dar.

public ref class AppNotificationProgressData sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Windows.AppNotifications.IAppNotificationProgressDataFactory, 65536, "Microsoft.Windows.AppNotifications.AppNotificationsContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.AppNotificationsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppNotificationProgressData final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Windows.AppNotifications.IAppNotificationProgressDataFactory), 65536, "Microsoft.Windows.AppNotifications.AppNotificationsContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.AppNotificationsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppNotificationProgressData
function AppNotificationProgressData(sequenceNumber)
Public NotInheritable Class AppNotificationProgressData
Vererbung
Object Platform::Object IInspectable AppNotificationProgressData
Attribute

Hinweise

Initiieren Sie Aktualisierungen des App-Benachrichtigungsstatus, indem Sie UpdateAsync aufrufen.

Konstruktoren

AppNotificationProgressData(UInt32)

Erstellt eine instance der AppNotificationProgressData-Klasse mit der angegebenen Sequenznummer.

Eigenschaften

SequenceNumber

Ruft eine ganze Zahl ohne Null ab, die die Reihenfolge der Statusdatenupdates angibt, oder legt diese fest.

Status

Ruft die status-Zeichenfolge ab, die die status des Fortschrittsvorgangs widerspiegelt, oder legt sie fest.

Title

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

Value

Ruft den status-Wert für die Statusdaten ab oder legt diese fest.

ValueStringOverride

Ruft die optionale Zeichenfolge ab, die anstelle der standardprozentigen Zeichenfolge angezeigt werden soll, oder legt diese fest.

Gilt für:

Weitere Informationen