Command.AddCommand(Command) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將子命令新增至 命令。
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)
參數
- command
- Command
要加入命令的子命令。
備註
命令可以巢狀至任意深度。