MeetingParticipantInfo 构造函数

定义

重载

MeetingParticipantInfo()

初始化 MeetingParticipantInfo 类的新实例。

MeetingParticipantInfo(String, Nullable<Boolean>)

初始化 MeetingParticipantInfo 类的新实例。

MeetingParticipantInfo()

初始化 MeetingParticipantInfo 类的新实例。

public MeetingParticipantInfo ();
Public Sub New ()

适用于

MeetingParticipantInfo(String, Nullable<Boolean>)

初始化 MeetingParticipantInfo 类的新实例。

public MeetingParticipantInfo (string role = default, bool? inMeeting = default);
new Microsoft.Bot.Schema.Teams.MeetingParticipantInfo : string * Nullable<bool> -> Microsoft.Bot.Schema.Teams.MeetingParticipantInfo
Public Sub New (Optional role As String = Nothing, Optional inMeeting As Nullable(Of Boolean) = Nothing)

参数

role
String

当前会议中参与者的角色。

inMeeting
Nullable<Boolean>

如果参与者在会议中,则为 True。

适用于