ChatConversation.Participants Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Liste de tous les participants à la conversation.
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|