ChatConversationThreadingInfo.ContactId プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート参加者の 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
プロパティ値
リモート参加者の Contact.Id 。
Windows の要件
アプリの機能 |
chat
chatSystem
smsSend
|