Freigeben über


IStartupTaskActivatedEventArgs Schnittstelle

Definition

Stellt Informationen bereit, wenn eine App beim Gerätestart oder bei der Benutzeranmeldung aktiviert wird.

public interface class IStartupTaskActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(61938264, 21110, 19857, 134, 33, 84, 97, 24, 100, 213, 250)]
struct IStartupTaskActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.Guid(61938264, 21110, 19857, 134, 33, 84, 97, 24, 100, 213, 250)]
public interface IStartupTaskActivatedEventArgs : IActivatedEventArgs
Public Interface IStartupTaskActivatedEventArgs
Implements IActivatedEventArgs
Abgeleitet
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Hinweise

Diese Funktionalität wird nur unter Windows Desktop unterstützt.

Eigenschaften

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)
TaskId

Ruft die eindeutige ID des Starttasks ab.

Gilt für:

Weitere Informationen