다음을 통해 공유


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의 값입니다.

적용 대상