次の方法で共有


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 を指定すると、参加者が会議に参加します。

適用対象