Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 787 Bytes

chatmessagechangetracker_enable_366433390.md

File metadata and controls

37 lines (24 loc) · 787 Bytes
-api-id -api-type -api-device-family-note
M:Windows.ApplicationModel.Chat.ChatMessageChangeTracker.Enable
winrt method
xbox

Windows.ApplicationModel.Chat.ChatMessageChangeTracker.Enable

-description

Enables change tracking for the messages in the message store.

-remarks

Change tracking for messages in the message store is enabled from the ChangeTracker property of the ChatMessageStore object. This is accomplished as shown in the following example:

void TurnOnChangeTracking(ChatMessageStore messageStore)
{
    messageStore.ChangeTracker.Enable();
}


-examples

-see-also

-capabilities

chatSystem, smsSend, chat blockedChatMessages