AppNotificationManager.Default プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 クラスの既定のインスタンス。