ChatMessageChangeReader.AcceptChangesThrough(ChatMessageChange) 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.
Accepte toutes les modifications jusqu’à et y compris une modification spécifiée.
public:
virtual void AcceptChangesThrough(ChatMessageChange ^ lastChangeToAcknowledge) = AcceptChangesThrough;
void AcceptChangesThrough(ChatMessageChange const& lastChangeToAcknowledge);
public void AcceptChangesThrough(ChatMessageChange lastChangeToAcknowledge);
function acceptChangesThrough(lastChangeToAcknowledge)
Public Sub AcceptChangesThrough (lastChangeToAcknowledge As ChatMessageChange)
Paramètres
- lastChangeToAcknowledge
- ChatMessageChange
Dernière modification à confirmer.
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
blockedChatMessages
chatSystem
smsSend
|
Remarques
La méthode AcceptChangesThrough accepte toutes les modifications de message actuellement suivies jusqu’à et y compris la modification spécifiée dans lastChangeToAcknowledge. L’appel d’AcceptChangesThrough entraîne la réinitialisation du suivi des modifications et le suivi reprendra avec la modification du message suivant.