AppointmentsProviderShowTimeFrameActivatedEventArgs Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt Daten bereit, wenn eine App aktiviert wird, um einen angegebenen Zeitrahmen im Kalender des Benutzers anzuzeigen.
Javascript Dieser Typ wird als WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs angezeigt.
public ref class AppointmentsProviderShowTimeFrameActivatedEventArgs sealed : IAppointmentsProviderShowTimeFrameActivatedEventArgs
public ref class AppointmentsProviderShowTimeFrameActivatedEventArgs sealed : IActivatedEventArgsWithUser, IAppointmentsProviderShowTimeFrameActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderShowTimeFrameActivatedEventArgs final : IAppointmentsProviderShowTimeFrameActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderShowTimeFrameActivatedEventArgs final : IActivatedEventArgsWithUser, IAppointmentsProviderShowTimeFrameActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderShowTimeFrameActivatedEventArgs : IAppointmentsProviderShowTimeFrameActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderShowTimeFrameActivatedEventArgs : IActivatedEventArgsWithUser, IAppointmentsProviderShowTimeFrameActivatedEventArgs
Public NotInheritable Class AppointmentsProviderShowTimeFrameActivatedEventArgs
Implements IAppointmentsProviderShowTimeFrameActivatedEventArgs
Public NotInheritable Class AppointmentsProviderShowTimeFrameActivatedEventArgs
Implements IActivatedEventArgsWithUser, IAppointmentsProviderShowTimeFrameActivatedEventArgs
- Vererbung
- 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.ShowTimeFrame-Eigenschaft .
Versionsverlauf
Windows-Version | SDK-Version | Mehrwert |
---|---|---|
1607 | 14393 | Benutzer |
Eigenschaften
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. |