AppNotificationManager.Setting プロパティ

定義

アプリの通知設定の状態を取得し、通知が現在有効になっているかどうか、または有効でない場合は通知が現在無効になっているメカニズムを決定します。

手記

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 列挙体の値。

適用対象