ChatMessageChangeReader.AcceptChanges Method

Definition

Accepts all the changes up to and including the latest change to the message.

public:
 virtual void AcceptChanges() = AcceptChanges;
void AcceptChanges();
public void AcceptChanges();
function acceptChanges()
Public Sub AcceptChanges ()

Windows requirements

App capabilities
chat blockedChatMessages chatSystem smsSend

Remarks

The AcceptChanges method accepts all the message changes currently tracked by the change tracker. Calling AcceptChanges will cause change tracking to reset and tracking will begin again with the next message change.

Applies to