Option.Action Proprietà

Definizione

Ottiene o imposta l'oggetto CommandLineAction per l'opzione. Il gestore rappresenta l'azione che verrà eseguita quando viene richiamata l'opzione.

public:
 virtual property System::CommandLine::Invocation::CommandLineAction ^ Action { System::CommandLine::Invocation::CommandLineAction ^ get(); void set(System::CommandLine::Invocation::CommandLineAction ^ value); };
public virtual System.CommandLine.Invocation.CommandLineAction? Action { get; set; }
member this.Action : System.CommandLine.Invocation.CommandLineAction with get, set
Public Overridable Property Action As CommandLineAction

Valore della proprietà

Si applica a