AppNotificationManager.UpdateAsync メソッド

定義

オーバーロード

UpdateAsync(AppNotificationProgressData, String)

指定したタグ識別子を使用して、アプリ通知の進行状況データを更新します。

手記

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

UpdateAsync(AppNotificationProgressData, String, String)

指定したタグとグループ識別子を使用して、アプリ通知の進行状況データを更新します。

手記

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

UpdateAsync(AppNotificationProgressData, String)

指定したタグ識別子を使用して、アプリ通知の進行状況データを更新します。

手記

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

public:
 virtual IAsyncOperation<AppNotificationProgressResult> ^ UpdateAsync(AppNotificationProgressData ^ data, Platform::String ^ tag) = UpdateAsync;
/// [Windows.Foundation.Metadata.Overload("UpdateAsync2")]
IAsyncOperation<AppNotificationProgressResult> UpdateAsync(AppNotificationProgressData const& data, winrt::hstring const& tag);
[Windows.Foundation.Metadata.Overload("UpdateAsync2")]
public IAsyncOperation<AppNotificationProgressResult> UpdateAsync(AppNotificationProgressData data, string tag);
function updateAsync(data, tag)
Public Function UpdateAsync (data As AppNotificationProgressData, tag As String) As IAsyncOperation(Of AppNotificationProgressResult)

パラメーター

data
AppNotificationProgressData

アプリ通知の進行状況を表す AppNotificationProgressData

tag
String

Platform::String

winrt::hstring

Tag プロパティを使用してアクセスする、更新する一連の通知の一意識別子。

戻り値

AppNotificationProgressResult 値を返す非同期操作。

属性

こちらもご覧ください

適用対象

UpdateAsync(AppNotificationProgressData, String, String)

指定したタグとグループ識別子を使用して、アプリ通知の進行状況データを更新します。

手記

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

public:
 virtual IAsyncOperation<AppNotificationProgressResult> ^ UpdateAsync(AppNotificationProgressData ^ data, Platform::String ^ tag, Platform::String ^ group) = UpdateAsync;
/// [Windows.Foundation.Metadata.Overload("UpdateAsync")]
IAsyncOperation<AppNotificationProgressResult> UpdateAsync(AppNotificationProgressData const& data, winrt::hstring const& tag, winrt::hstring const& group);
[Windows.Foundation.Metadata.Overload("UpdateAsync")]
public IAsyncOperation<AppNotificationProgressResult> UpdateAsync(AppNotificationProgressData data, string tag, string group);
function updateAsync(data, tag, group)
Public Function UpdateAsync (data As AppNotificationProgressData, tag As String, group As String) As IAsyncOperation(Of AppNotificationProgressResult)

パラメーター

data
AppNotificationProgressData

アプリ通知の進行状況を表す AppNotificationProgressData

tag
String

Platform::String

winrt::hstring

Tag プロパティを使用してアクセスする、更新する一連の通知の一意識別子。

group
String

Platform::String

winrt::hstring

Group プロパティを使用してアクセスする、更新するアプリ通知グループの一意識別子。

戻り値

AppNotificationProgressResultを返す非同期操作。

属性

こちらもご覧ください

適用対象