Partager via


WebUICommandLineActivatedEventArgs.Operation Propriété

Définition

Obtient des informations sur l’activation de l’application, telles que les arguments fournis et le chemin d’accès au répertoire actuel.

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

Valeur de propriété

Informations d’activation.

Implémente

Remarques

L’application fournit le code de sortie qui est repassé à l’appelant.

S’applique à