TeamsMeetingParticipant 构造函数

定义

重载

TeamsMeetingParticipant()

初始化 TeamsMeetingParticipant 类的新实例。

TeamsMeetingParticipant(TeamsChannelAccount, ConversationAccount, MeetingParticipantInfo)

初始化 TeamsMeetingParticipant 类的新实例。

TeamsMeetingParticipant()

初始化 TeamsMeetingParticipant 类的新实例。

public TeamsMeetingParticipant ();
Public Sub New ()

适用于

TeamsMeetingParticipant(TeamsChannelAccount, ConversationAccount, MeetingParticipantInfo)

初始化 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)

参数

user
TeamsChannelAccount

此会议参与者的 Teams 频道帐户信息。

conversation
ConversationAccount

会议的对话帐户。

meeting
MeetingParticipantInfo

特定会议中特定于此参与者的信息。

适用于