IActivatedEventArgs Schnittstelle

Definition

Stellt allgemeine Eigenschaften für alle Aktivierungstypen bereit.

public interface class IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3479508755, 52488, 20440, 182, 151, 162, 129, 182, 84, 78, 46)]
struct IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3479508755, 52488, 20440, 182, 151, 162, 129, 182, 84, 78, 46)]
public interface IActivatedEventArgs
Public Interface IActivatedEventArgs
Abgeleitet
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Implementieren Sie diese Schnittstelle nicht.

Eigenschaften

Kind

Ruft den Grund ab, warum diese App aktiviert wird.

PreviousExecutionState

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

SplashScreen

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

Gilt für: