AppNotificationProgressResult Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt das Ergebnis eines Vorgangs zur Aktualisierung des Status der App-Benachrichtigung an, der mit einem Aufruf von UpdateAsync aufgerufen wird.
public enum class AppNotificationProgressResult
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.AppNotificationsContract, 65536)]
enum class AppNotificationProgressResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.AppNotificationsContract), 65536)]
public enum AppNotificationProgressResult
var value = Microsoft.Windows.AppNotifications.AppNotificationProgressResult.succeeded
Public Enum AppNotificationProgressResult
- Vererbung
-
AppNotificationProgressResult
- Attribute
Felder
AppNotificationNotFound | 1 | Die angegebene App-Benachrichtigung wurde nicht gefunden. |
Succeeded | 0 | Die Statusaktualisierung war erfolgreich. |
Unsupported | 2 |