ChatConversationThreadingInfo.Participants Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of participants in the 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)
Property Value
The list of participants in the ChatConversation.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|