Share via


AppointmentsProviderRemoveAppointmentActivatedEventArgs Klasse

Definition

Stellt Daten bereit, wenn eine App aktiviert wird, um einen Termin aus dem Kalender des Benutzers zu entfernen.

Javascript Dieser Typ wird als WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs angezeigt.

public ref class AppointmentsProviderRemoveAppointmentActivatedEventArgs sealed : IAppointmentsProviderRemoveAppointmentActivatedEventArgs
public ref class AppointmentsProviderRemoveAppointmentActivatedEventArgs sealed : IActivatedEventArgsWithUser, IAppointmentsProviderRemoveAppointmentActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderRemoveAppointmentActivatedEventArgs final : IAppointmentsProviderRemoveAppointmentActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderRemoveAppointmentActivatedEventArgs final : IActivatedEventArgsWithUser, IAppointmentsProviderRemoveAppointmentActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderRemoveAppointmentActivatedEventArgs : IAppointmentsProviderRemoveAppointmentActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderRemoveAppointmentActivatedEventArgs : IActivatedEventArgsWithUser, IAppointmentsProviderRemoveAppointmentActivatedEventArgs
Public NotInheritable Class AppointmentsProviderRemoveAppointmentActivatedEventArgs
Implements IAppointmentsProviderRemoveAppointmentActivatedEventArgs
Public NotInheritable Class AppointmentsProviderRemoveAppointmentActivatedEventArgs
Implements IActivatedEventArgsWithUser, IAppointmentsProviderRemoveAppointmentActivatedEventArgs
Vererbung
Object Platform::Object IInspectable AppointmentsProviderRemoveAppointmentActivatedEventArgs
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Auf dieses Objekt wird zugegriffen, wenn Sie die OnActivated-Methode überschreiben, IActivatedEventArgs.Kind ist AppointmentsProvider und IAppointmentsProviderActivatedEventArgs.Verb gleich dem Wert der AppointmentsProviderLaunchActionVerbs.RemoveAppointment-Eigenschaft .

Versionsverlauf

Windows-Version SDK-Version Wertschöpfung
1607 14393 Benutzer

Eigenschaften

Kind

Ruft den Aktivierungstyp ab.

PreviousExecutionState

Ruft den Ausführungsstatus der App ab, bevor sie aktiviert wurde.

RemoveAppointmentOperation

Ruft den Termin ab, der für die App bereitgestellt wird, wenn der Benutzer versucht, ihn zu entfernen.

SplashScreen

Ruft das Begrüßungsbildschirmobjekt ab, das Informationen zum Übergang vom Begrüßungsbildschirm zur aktivierten App bereitstellt.

User

Ruft den Benutzer ab, für den die App aktiviert wurde.

Verb

Ruft die Aktion ab, die vom Terminanbieter ausgeführt werden soll.

Gilt für:

Weitere Informationen