TargetedMeetingNotification 构造函数

定义

重载

TargetedMeetingNotification()

初始化 TargetedMeetingNotification 类的新实例。

TargetedMeetingNotification(TargetedMeetingNotificationValue)

初始化 TargetedMeetingNotification 类的新实例。

TargetedMeetingNotification()

初始化 TargetedMeetingNotification 类的新实例。

public TargetedMeetingNotification ();
Public Sub New ()

适用于

TargetedMeetingNotification(TargetedMeetingNotificationValue)

初始化 TargetedMeetingNotification 类的新实例。

public TargetedMeetingNotification (Microsoft.Bot.Schema.Teams.TargetedMeetingNotificationValue targetedMeetingNotificationValue);
new Microsoft.Bot.Schema.Teams.TargetedMeetingNotification : Microsoft.Bot.Schema.Teams.TargetedMeetingNotificationValue -> Microsoft.Bot.Schema.Teams.TargetedMeetingNotification
Public Sub New (targetedMeetingNotificationValue As TargetedMeetingNotificationValue)

参数

targetedMeetingNotificationValue
TargetedMeetingNotificationValue

TargetedMeetingNotification 的值。

适用于