AppNotificationManager.Default プロパティ

定義

AppNotificationManager クラスの既定のインスタンスを取得します。

手記

AppNotificationManager クラスは、Singleton パッケージに依存します。 この依存関係のため、の自己完結型アプリからこれらの API を呼び出す場合に注意する必要がある考慮事項があります。 詳細と詳細については、「追加の MSIX パッケージへの依存関係」を参照してください。

public:
 static property AppNotificationManager ^ Default { AppNotificationManager ^ get(); };
static AppNotificationManager Default();
public static AppNotificationManager Default { get; }
var appNotificationManager = AppNotificationManager.default;
Public Shared ReadOnly Property Default As AppNotificationManager

プロパティ値

AppNotificationManager クラスの既定のインスタンス。

適用対象