ChatMessageStore.MarkMessageReadAsync(String) 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.
Marque un message spécifié dans le magasin comme étant déjà lu.
public:
virtual IAsyncAction ^ MarkMessageReadAsync(Platform::String ^ localChatMessageId) = MarkMessageReadAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction MarkMessageReadAsync(winrt::hstring const& localChatMessageId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction MarkMessageReadAsync(string localChatMessageId);
function markMessageReadAsync(localChatMessageId)
Public Function MarkMessageReadAsync (localChatMessageId As String) As IAsyncAction
Paramètres
- localChatMessageId
-
String
Platform::String
winrt::hstring
ID local du message à marquer comme lu.
Retours
Action asynchrone.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
blockedChatMessages
chatSystem
smsSend
|
Remarques
La propriété IsRead de la classe ChatMessage correspondant au paramètre localMessageId est définie sur « true » lorsque cette méthode est terminée.