AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs クラス

定義

public ref class AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs 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 AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs 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 AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs
Public NotInheritable Class AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs
継承
Object Platform::Object IInspectable AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
appointmentsSystem

注釈

システムは、このクラスのインスタンスを生成し、アプリケーションの ProposeNewTimeForMeetingRequested イベント ハンドラーに引数として渡します。

プロパティ

Request

対応する ProposeNewTimeForMeetingRequested イベントの AppointmentCalendarProposeNewTimeForMeetingRequest オブジェクトを取得します。

メソッド

GetDeferral()

ProposeNewTimeForMeetingRequested イベントの遅延オブジェクトを取得します。

適用対象