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

适用于