Share via


IAppointmentsProviderActivatedEventArgs Schnittstelle

Definition

Stellt Daten bereit, wenn eine App aktiviert wird.

public interface class IAppointmentsProviderActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(862241797, 37692, 20093, 160, 52, 80, 15, 184, 220, 217, 243)]
struct IAppointmentsProviderActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(862241797, 37692, 20093, 160, 52, 80, 15, 184, 220, 217, 243)]
public interface IAppointmentsProviderActivatedEventArgs : IActivatedEventArgs
Public Interface IAppointmentsProviderActivatedEventArgs
Implements IActivatedEventArgs
Abgeleitet
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)

Eigenschaften

Kind

Ruft den Grund ab, aus dem diese App aktiviert wird.

(Geerbt von IActivatedEventArgs)
PreviousExecutionState

Ruft den Ausführungsstatus der App vor dieser Aktivierung ab.

(Geerbt von IActivatedEventArgs)
SplashScreen

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

(Geerbt von IActivatedEventArgs)
Verb

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

Gilt für:

Weitere Informationen