Delen via


TeamsMeetingParticipant Constructors

Definitie

Overloads

TeamsMeetingParticipant()

Initialiseert een nieuw exemplaar van de TeamsMeetingParticipant klasse.

TeamsMeetingParticipant(TeamsChannelAccount, ConversationAccount, MeetingParticipantInfo)

Initialiseert een nieuw exemplaar van de TeamsMeetingParticipant klasse.

TeamsMeetingParticipant()

Initialiseert een nieuw exemplaar van de TeamsMeetingParticipant klasse.

public TeamsMeetingParticipant();
Public Sub New ()

Van toepassing op

TeamsMeetingParticipant(TeamsChannelAccount, ConversationAccount, MeetingParticipantInfo)

Initialiseert een nieuw exemplaar van de TeamsMeetingParticipant klasse.

public TeamsMeetingParticipant(Microsoft.Bot.Schema.Teams.TeamsChannelAccount user, Microsoft.Bot.Schema.ConversationAccount conversation = default, Microsoft.Bot.Schema.Teams.MeetingParticipantInfo meeting = default);
new Microsoft.Bot.Schema.Teams.TeamsMeetingParticipant : Microsoft.Bot.Schema.Teams.TeamsChannelAccount * Microsoft.Bot.Schema.ConversationAccount * Microsoft.Bot.Schema.Teams.MeetingParticipantInfo -> Microsoft.Bot.Schema.Teams.TeamsMeetingParticipant
Public Sub New (user As TeamsChannelAccount, Optional conversation As ConversationAccount = Nothing, Optional meeting As MeetingParticipantInfo = Nothing)

Parameters

user
TeamsChannelAccount

Teams-kanaalaccountgegevens voor deze deelnemer aan de vergadering.

conversation
ConversationAccount

Gespreksaccount voor de vergadering.

meeting
MeetingParticipantInfo

Informatie die specifiek is voor deze deelnemer aan de specifieke vergadering.

Van toepassing op