다음을 통해 공유


ChatConversation.Participants 속성

정의

대화의 모든 참가자 목록을 가져옵니다.

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)

속성 값

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

대화의 모든 참가자 목록입니다.

Windows 요구 사항

앱 기능
chat chatSystem smsSend

적용 대상