ChatMessageBlocking.MarkMessageAsBlockedAsync(String, Boolean) 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 de manière asynchrone un message comme étant bloqué ou débloqué.
public:
static IAsyncAction ^ MarkMessageAsBlockedAsync(Platform::String ^ localChatMessageId, bool blocked);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction MarkMessageAsBlockedAsync(winrt::hstring const& localChatMessageId, bool const& blocked);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction MarkMessageAsBlockedAsync(string localChatMessageId, bool blocked);
function markMessageAsBlockedAsync(localChatMessageId, blocked)
Public Shared Function MarkMessageAsBlockedAsync (localChatMessageId As String, blocked As Boolean) As IAsyncAction
Paramètres
- localChatMessageId
-
String
Platform::String
winrt::hstring
ID du message à bloquer.
- blocked
-
Boolean
bool
TRUE si le message doit être bloqué, FALSE s’il doit être débloqué.
Retours
Action asynchrone indiquant que l’opération est terminée.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|