AppNotificationManager.GetAllAsync メソッド

定義

アクション センターに現在表示されている呼び出し元アプリのすべてのアプリ通知を取得します。

手記

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

public:
 virtual IAsyncOperation<IVector<AppNotification ^> ^> ^ GetAllAsync() = GetAllAsync;
IAsyncOperation<IVector<AppNotification>> GetAllAsync();
public IAsyncOperation<IList<AppNotification>> GetAllAsync();
function getAllAsync()
Public Function GetAllAsync () As IAsyncOperation(Of IList(Of AppNotification))

戻り値

AppNotification オブジェクトの一覧。

注釈

GetAllAsync によって返される AppNotification オブジェクトには、Priority プロパティと SuppressDisplay プロパティの既定値が設定されることに注意してください。これらのプロパティは一時的なものです。

適用対象

こちらもご覧ください