AppointmentCalendarSyncManagerSyncRequestEventArgs Klasse

Definition

Stellt Daten für ein SyncRequested-Ereignis bereit .

public ref class AppointmentCalendarSyncManagerSyncRequestEventArgs 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 AppointmentCalendarSyncManagerSyncRequestEventArgs 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 AppointmentCalendarSyncManagerSyncRequestEventArgs
Public NotInheritable Class AppointmentCalendarSyncManagerSyncRequestEventArgs
Vererbung
Object Platform::Object IInspectable AppointmentCalendarSyncManagerSyncRequestEventArgs
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
appointmentsSystem

Hinweise

Das System generiert eine instance dieser Klasse und übergibt sie als Argument an den SyncRequested-Ereignishandler der Anwendung.

Eigenschaften

Request

Ruft das AppointmentCalendarSyncManagerSyncRequest-Objekt für das entsprechende SyncRequested-Ereignis ab .

Methoden

GetDeferral()

Ruft das Deferral-Objekt für das SyncRequested-Ereignis ab .

Gilt für: