다음을 통해 공유


ConversationList 생성자

정의

오버로드

ConversationList()

ConversationList 클래스의 새 인스턴스를 초기화합니다.

ConversationList(IList<ChannelInfo>)

ConversationList 클래스의 새 인스턴스를 초기화합니다.

ConversationList()

ConversationList 클래스의 새 인스턴스를 초기화합니다.

public ConversationList ();
Public Sub New ()

적용 대상

ConversationList(IList<ChannelInfo>)

ConversationList 클래스의 새 인스턴스를 초기화합니다.

public ConversationList (System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.ChannelInfo> conversations = default);
new Microsoft.Bot.Schema.Teams.ConversationList : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.ChannelInfo> -> Microsoft.Bot.Schema.Teams.ConversationList
Public Sub New (Optional conversations As IList(Of ChannelInfo) = Nothing)

매개 변수

conversations
IList<ChannelInfo>

대화의 IList입니다.

적용 대상