CommandLineActivatedEventArgs.Kind Proprietà

Definizione

Ottiene il tipo di attivazione che ha avviato l'app.

public:
 property ActivationKind Kind { ActivationKind get(); };
ActivationKind Kind();
public ActivationKind Kind { get; }
var activationKind = commandLineActivatedEventArgs.kind;
Public ReadOnly Property Kind As ActivationKind

Valore della proprietà

Tipo di attivazione.

Implementazioni

Commenti

Il valore previsto è ActivationKind.CommandLineLaunch.

Si applica a