TeamsMeetingParticipant Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TeamsMeetingParticipant() |
Initialise une nouvelle instance de la classe TeamsMeetingParticipant. |
TeamsMeetingParticipant(TeamsChannelAccount, ConversationAccount, MeetingParticipantInfo) |
Initialise une nouvelle instance de la classe TeamsMeetingParticipant. |
TeamsMeetingParticipant()
Initialise une nouvelle instance de la classe TeamsMeetingParticipant.
public TeamsMeetingParticipant ();
Public Sub New ()
S’applique à
TeamsMeetingParticipant(TeamsChannelAccount, ConversationAccount, MeetingParticipantInfo)
Initialise une nouvelle instance de la classe TeamsMeetingParticipant.
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)
Paramètres
- user
- TeamsChannelAccount
Informations sur le compte de canal Teams pour ce participant à la réunion.
- conversation
- ConversationAccount
Compte de conversation pour la réunion.
- meeting
- MeetingParticipantInfo
Informations spécifiques à ce participant à la réunion spécifique.