ChatMessageStore.DeleteMessageAsync(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.
Supprime un message de la banque de messages de conversation.
public:
virtual IAsyncAction ^ DeleteMessageAsync(Platform::String ^ localMessageId) = DeleteMessageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DeleteMessageAsync(winrt::hstring const& localMessageId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DeleteMessageAsync(string localMessageId);
function deleteMessageAsync(localMessageId)
Public Function DeleteMessageAsync (localMessageId As String) As IAsyncAction
Paramètres
- localMessageId
-
String
Platform::String
winrt::hstring
ID local du message à supprimer.
Retours
Action asynchrone.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
blockedChatMessages
chatSystem
smsSend
|