Command.Subcommands Propriété

Définition

Représente toutes les sous-commandes de la commande.

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

Valeur de propriété

S’applique à