次の方法で共有


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

適用対象