次の方法で共有


AppNotificationManager.Show(AppNotification) メソッド

定義

指定したアプリ通知をアクション センターに表示します。

手記

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

public:
 virtual void Show(AppNotification ^ notification) = Show;
void Show(AppNotification const& notification);
public void Show(AppNotification notification);
function show(notification)
Public Sub Show (notification As AppNotification)

パラメーター

notification
AppNotification

AppNotification 表示される通知を表すオブジェクトです。

注釈

大事な

Showを呼び出す前に、アプリで Register 呼び出す必要があります。

適用対象