Command.AddArgument(Argument) 메서드

정의

명령에 를 Argument 추가합니다.

public:
 void AddArgument(System::CommandLine::Argument ^ argument);
public void AddArgument (System.CommandLine.Argument argument);
member this.AddArgument : System.CommandLine.Argument -> unit
Public Sub AddArgument (argument As Argument)

매개 변수

argument
Argument

명령에 추가할 인수입니다.

적용 대상