ChatConversationThreadingInfo.Participants 属性

定义

获取 ChatConversation 中的参与者列表。

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

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

ChatConversation 中的参与者列表。

Windows 要求

应用功能
chat chatSystem smsSend

适用于