Command.Arguments Propriedade

Definição

Representa todos os argumentos para o comando .

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

Valor da propriedade

Aplica-se a