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

適用於