次の方法で共有


ChatMessage.RemoteId プロパティ

定義

ChatMessage のリモート ID を取得または設定します。

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

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

プロパティ値

String

Platform::String

winrt::hstring

ChatMessage のリモート ID。

Windows の要件

アプリの機能
chat chatSystem smsSend

適用対象