AppNotificationManager.Setting プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリの通知設定の状態を取得し、通知が現在有効になっているかどうか、または有効でない場合は通知が現在無効になっているメカニズムを決定します。
手記
AppNotificationManager クラスは、Singleton パッケージに依存します。 この依存関係のため、の自己完結型アプリからこれらの API を呼び出す場合に注意する必要がある考慮事項があります。 詳細と詳細については、「追加の MSIX パッケージへの依存関係」を参照してください。
public:
property AppNotificationSetting Setting { AppNotificationSetting get(); };
AppNotificationSetting Setting();
public AppNotificationSetting Setting { get; }
var appNotificationSetting = appNotificationManager.setting;
Public ReadOnly Property Setting As AppNotificationSetting
プロパティ値
AppNotificationSetting 列挙体の値。