Partager via


ChatMessage.SyncId Propriété

Définition

ID utilisé pour identifier un message sur plusieurs appareils. Cet ID est généré lors de la création de tous les messages. Les clients qui copient des messages entre des appareils doivent également copier cet ID afin d’identifier de manière unique le même message sur différents appareils

public:
 property Platform::String ^ SyncId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SyncId();

void SyncId(winrt::hstring value);
public string SyncId { get; set; }
var string = chatMessage.syncId;
chatMessage.syncId = string;
Public Property SyncId As String

Valeur de propriété

String

Platform::String

winrt::hstring

Obtient et définit l’ID de synchronisation.

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à