Command.AddCommand(Command) Methode

Definition

Fügt dem Befehl einen Unterbefehl hinzu.

public:
 void AddCommand(System::CommandLine::Command ^ command);
public void AddCommand (System.CommandLine.Command command);
member this.AddCommand : System.CommandLine.Command -> unit
Public Sub AddCommand (command As Command)

Parameter

command
Command

Der Unterbefehl, der dem Befehl hinzugefügt werden soll.

Hinweise

Befehle können in eine beliebige Tiefe geschachtelt werden.

Gilt für: