ChatMessage.SyncId 属性

定义

用于跨设备标识消息的 ID。 此 ID 是在创建所有消息时生成的。 在设备之间复制消息的客户端还需要复制此 ID,以便在不同的设备上唯一标识同一消息

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

属性值

String

Platform::String

winrt::hstring

获取并设置同步 ID。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
chat chatSystem smsSend

适用于