Condividi tramite


ChatConversation.Participants Proprietà

Definizione

Ottiene un elenco di tutti i partecipanti della conversazione.

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)

Valore della proprietà

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Elenco di tutti i partecipanti alla conversazione.

Requisiti Windows

Funzionalità dell'app
chat chatSystem smsSend

Si applica a