次の方法で共有


PushNotificationManager.Default プロパティ

定義

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

注意

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

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

プロパティ値

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

適用対象