Compartir a través de


ChatConversationThreadingInfo.Participants Propiedad

Definición

Obtiene la lista de participantes en 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)

Valor de propiedad

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Lista de participantes en ChatConversation.

Requisitos de Windows

Características de aplicaciones
chat chatSystem smsSend

Se aplica a