AppNotificationManager.UpdateAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
アプリ通知の進行状況を表す AppNotificationProgressData。
戻り値
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)
パラメーター
アプリ通知の進行状況を表す AppNotificationProgressData。
戻り値
AppNotificationProgressResultを返す非同期操作。
- 属性