ChatConversationThreadingInfo.ContactId 屬性

定義

取得或設定遠端參與者 的 Contact.Id

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

void ContactId(winrt::hstring value);
public string ContactId { get; set; }
var string = chatConversationThreadingInfo.contactId;
chatConversationThreadingInfo.contactId = string;
Public Property ContactId As String

屬性值

String

Platform::String

winrt::hstring

遠端參與者 的 Contact.Id

Windows 需求

應用程式功能
chat chatSystem smsSend

適用於