TeamsMeetingParticipant Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TeamsMeetingParticipant() |
Inicializa uma nova instância da classe TeamsMeetingParticipant. |
TeamsMeetingParticipant(TeamsChannelAccount, ConversationAccount, MeetingParticipantInfo) |
Inicializa uma nova instância da classe TeamsMeetingParticipant. |
TeamsMeetingParticipant()
Inicializa uma nova instância da classe TeamsMeetingParticipant.
public TeamsMeetingParticipant ();
Public Sub New ()
Aplica-se a
TeamsMeetingParticipant(TeamsChannelAccount, ConversationAccount, MeetingParticipantInfo)
Inicializa uma nova instância da 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)
Parâmetros
- user
- TeamsChannelAccount
Informações da Conta de Canal do Teams para este participante da reunião.
- conversation
- ConversationAccount
Conta de conversa para a reunião.
- meeting
- MeetingParticipantInfo
Informações específicas para esse participante na reunião específica.