Freigeben über


ICommandLineActivatedEventArgs.Operation Eigenschaft

Definition

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

public:
 property CommandLineActivationOperation ^ Operation { CommandLineActivationOperation ^ get(); };
CommandLineActivationOperation Operation();
public CommandLineActivationOperation Operation { get; }
var commandLineActivationOperation = iCommandLineActivatedEventArgs.operation;
Public ReadOnly Property Operation As CommandLineActivationOperation

Eigenschaftswert

Die Aktivierungsinformationen.

Hinweise

Die App stellt den Exitcode bereit, der an den Aufrufer zurückgegeben wird.

Gilt für: