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.
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
| Name | Wert | Beschreibung |
|---|---|---|
| Succeeded | 0 | |
| AppNotificationNotFound | 1 | |
| Unsupported | 2 |