AppNotificationManager.UpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
UpdateAsync(AppNotificationProgressData, String) |
Met à jour les données de progression des notifications d’application avec l’identificateur de balise spécifié. Note La classe |
UpdateAsync(AppNotificationProgressData, String, String) |
Met à jour les données de progression des notifications d’application avec les identificateurs de balise et de groupe spécifiés. Note La classe |
UpdateAsync(AppNotificationProgressData, String)
Met à jour les données de progression des notifications d’application avec l’identificateur de balise spécifié.
Note
La classe
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)
Paramètres
Une AppNotificationProgressData représentant la progression d’une notification d’application.
- tag
-
String
Platform::String
winrt::hstring
Identificateur unique de l’ensemble de notifications à mettre à jour, accessible avec la propriété Tag.
Retours
Opération asynchrone qui retourne une valeur AppNotificationProgressResult.
- Attributs
Voir aussi
S’applique à
UpdateAsync(AppNotificationProgressData, String, String)
Met à jour les données de progression des notifications d’application avec les identificateurs de balise et de groupe spécifiés.
Note
La classe
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)
Paramètres
Une AppNotificationProgressData représentant la progression d’une notification d’application.
- tag
-
String
Platform::String
winrt::hstring
Identificateur unique de l’ensemble de notifications à mettre à jour, accessible avec la propriété Tag.
- group
-
String
Platform::String
winrt::hstring
Identificateur unique du groupe de notifications d’application à mettre à jour, accessible avec la propriété Group.
Retours
Opération asynchrone qui retourne une AppNotificationProgressResult.
- Attributs