IApplicationViewActivatedEventArgs Schnittstelle

Definition

Stellt Daten bereit, wenn eine App aktiviert wird, um ihre aktuelle Ansicht anzuzeigen.

public interface class IApplicationViewActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2467098443, 47145, 16636, 136, 244, 133, 19, 232, 166, 71, 56)]
struct IApplicationViewActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2467098443, 47145, 16636, 136, 244, 133, 19, 232, 166, 71, 56)]
public interface IApplicationViewActivatedEventArgs : IActivatedEventArgs
Public Interface IApplicationViewActivatedEventArgs
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

CurrentlyShownApplicationViewId

Ruft den Bezeichner für die derzeit angezeigte App-Ansicht ab.

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