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

適用対象