通过


Command.Arguments 属性

定义

获取命令的所有参数。

public:
 property System::Collections::Generic::IList<System::CommandLine::Argument ^> ^ Arguments { System::Collections::Generic::IList<System::CommandLine::Argument ^> ^ get(); };
public System.Collections.Generic.IList<System.CommandLine.Argument> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<System.CommandLine.Argument>
Public ReadOnly Property Arguments As IList(Of Argument)

属性值

适用于