Partager via


ChatConversation.Participants Propriété

Définition

Obtient la liste de tous les participants à la conversation.

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)

Valeur de propriété

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Liste de tous les participants à la conversation.

Configuration requise pour Windows

Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à