AppointmentCalendarForwardMeetingRequestEventArgs 클래스

정의

ForwardMeetingRequested 이벤트에 대한 데이터를 제공합니다.

public ref class AppointmentCalendarForwardMeetingRequestEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentCalendarForwardMeetingRequestEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentCalendarForwardMeetingRequestEventArgs
Public NotInheritable Class AppointmentCalendarForwardMeetingRequestEventArgs
상속
Object Platform::Object IInspectable AppointmentCalendarForwardMeetingRequestEventArgs
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
앱 기능
appointmentsSystem

설명

시스템은 이 클래스의 instance 생성하여 애플리케이션의 ForwardMeetingRequested 이벤트 처리기에 인수로 전달합니다.

속성

Request

해당 ForwardMeetingRequested 이벤트에 대한 AppointmentCalendarForwardMeetingRequest 개체를 가져옵니다.

메서드

GetDeferral()

ForwardMeetingRequested 이벤트에 대한 지연 개체를 가져옵니다.

적용 대상