Freigeben über


AppointmentsProviderAddAppointmentActivatedEventArgs Klasse

Definition

Stellt Daten bereit, wenn eine App aktiviert wird, um dem Kalender des Benutzers einen Termin hinzuzufügen.

Javascript Dieser Typ wird als WebUIAppointmentsProviderAddAppointmentActivatedEventArgs angezeigt.

public ref class AppointmentsProviderAddAppointmentActivatedEventArgs sealed : IAppointmentsProviderAddAppointmentActivatedEventArgs
public ref class AppointmentsProviderAddAppointmentActivatedEventArgs sealed : IActivatedEventArgsWithUser, IAppointmentsProviderAddAppointmentActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderAddAppointmentActivatedEventArgs final : IAppointmentsProviderAddAppointmentActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderAddAppointmentActivatedEventArgs final : IActivatedEventArgsWithUser, IAppointmentsProviderAddAppointmentActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderAddAppointmentActivatedEventArgs : IAppointmentsProviderAddAppointmentActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderAddAppointmentActivatedEventArgs : IActivatedEventArgsWithUser, IAppointmentsProviderAddAppointmentActivatedEventArgs
Public NotInheritable Class AppointmentsProviderAddAppointmentActivatedEventArgs
Implements IAppointmentsProviderAddAppointmentActivatedEventArgs
Public NotInheritable Class AppointmentsProviderAddAppointmentActivatedEventArgs
Implements IActivatedEventArgsWithUser, IAppointmentsProviderAddAppointmentActivatedEventArgs
Vererbung
Object Platform::Object IInspectable AppointmentsProviderAddAppointmentActivatedEventArgs
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.AddAppointment-Eigenschaft .

Versionsverlauf

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

Eigenschaften

AddAppointmentOperation

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

Kind

Ruft den Aktivierungstyp ab.

PreviousExecutionState

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

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