Delen via


ConversationList Constructors

Definitie

Overloads

ConversationList()

Initialiseert een nieuw exemplaar van de ConversationList klasse.

ConversationList(IList<ChannelInfo>)

Initialiseert een nieuw exemplaar van de ConversationList klasse.

ConversationList()

Initialiseert een nieuw exemplaar van de ConversationList klasse.

public ConversationList ();
Public Sub New ()

Van toepassing op

ConversationList(IList<ChannelInfo>)

Initialiseert een nieuw exemplaar van de ConversationList klasse.

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)

Parameters

conversations
IList<ChannelInfo>

De IList van gesprekken.

Van toepassing op