AppNotificationProgressResult 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定呼叫 UpdateAsync時叫用的代理程式更新進度更新作業結果。
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
- 繼承
-
AppNotificationProgressResult
- 屬性
欄位
AppNotificationNotFound | 1 | 找不到指定的代理程式更新。 |
Succeeded | 0 | 進度更新成功。 |
Unsupported | 2 |