ChatMessageChangeReader.AcceptChanges Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.