ChatMessage.SyncId Propriété
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.
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é
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
|