Freigeben über


WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs Klasse

Definition

Stellt Daten bereit, wenn eine App aktiviert wird, um einen angegebenen Zeitrahmen im Kalender des Benutzers anzuzeigen.

public ref class WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs sealed : IAppointmentsProviderShowTimeFrameActivatedEventArgs, IActivatedEventArgsDeferral
public ref class WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs sealed : IActivatedEventArgsWithUser, IAppointmentsProviderShowTimeFrameActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs final : IAppointmentsProviderShowTimeFrameActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs final : IActivatedEventArgsWithUser, IAppointmentsProviderShowTimeFrameActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs : IAppointmentsProviderShowTimeFrameActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs : IActivatedEventArgsWithUser, IAppointmentsProviderShowTimeFrameActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs
Implements IActivatedEventArgsDeferral, IAppointmentsProviderShowTimeFrameActivatedEventArgs
Public NotInheritable Class WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IAppointmentsProviderShowTimeFrameActivatedEventArgs
Vererbung
Object Platform::Object IInspectable WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs
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 einen Ereignishandler für die Ereignisse WinJS.Application.Onactivated oder Windows.UI.WebUI.WebUIApplication.activated implementieren, wenn ActivationKindappointmentsProvider ist.

Hinweis

Diese Klasse ist nicht agil, was bedeutet, dass Sie das Threadingmodell und das Marshallverhalten berücksichtigen müssen. Weitere Informationen finden Sie unter Threading und Marshalling (C++/CX).

Versionsverlauf

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

Eigenschaften

ActivatedOperation

Ruft den app-aktivierten Vorgang ab.

Duration

Ruft die Dauer des anzuzeigenden Zeitrahmens ab.

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.

TimeToShow

Ruft das Startdatum und die Uhrzeit des anzuzeigenden Zeitrahmens ab.

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