Share via


ICommandLineActivatedEventArgs Schnittstelle

Definition

Definiert die Schnittstelle zum Bereitstellen von Informationen, z. B. der Befehlszeilenargumente, wenn eine App über die Befehlszeile aktiviert wird.

public interface class ICommandLineActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(1158039340, 106, 18667, 138, 251, 208, 122, 178, 94, 51, 102)]
struct ICommandLineActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.Guid(1158039340, 106, 18667, 138, 251, 208, 122, 178, 94, 51, 102)]
public interface ICommandLineActivatedEventArgs : IActivatedEventArgs
Public Interface ICommandLineActivatedEventArgs
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)

Eigenschaften

Kind

Ruft den Grund ab, warum diese App aktiviert wird.

(Geerbt von IActivatedEventArgs)
Operation

Stellt Informationen zur Aktivierung der App bereit, z. B. die bereitgestellten Argumente und den aktuellen Verzeichnispfad.

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