Command.Arguments Propriété

Définition

Représente tous les arguments de la commande.

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)

Valeur de propriété

S’applique à