ChatConversation.Participants プロパティ

定義

会話内のすべての参加者の一覧を取得します。

public:
 property IVector<Platform::String ^> ^ Participants { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Participants();
public IList<string> Participants { get; }
var iVector = chatConversation.participants;
Public ReadOnly Property Participants As IList(Of String)

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

会話のすべての参加者の一覧。

Windows の要件

アプリの機能
chat chatSystem smsSend

適用対象