Freigeben über


IContinuationActivatedEventArgs Schnittstelle

Definition

Stellt Daten bereit, wenn eine App nach einem Vorgang aktiviert wird, der die App angehalten hat.

public interface class IContinuationActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3850438325, 5471, 19092, 167, 66, 199, 224, 143, 78, 24, 140)]
struct IContinuationActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3850438325, 5471, 19092, 167, 66, 199, 224, 143, 78, 24, 140)]
public interface IContinuationActivatedEventArgs : IActivatedEventArgs
Public Interface IContinuationActivatedEventArgs
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

ContinuationData

Ruft einen Satz von Werten ab, der von der App vor einem Vorgang aufgefüllt wird, der die App deaktiviert, um Kontext bereitzustellen, wenn die App aktiviert wird.

Kind

Ruft den Grund ab, warum 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)

Gilt für:

Weitere Informationen