ConversationList Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.