Command.Subcommands Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Recebe todos os subcomandos do comando.
public:
property System::Collections::Generic::IList<System::CommandLine::Command ^> ^ Subcommands { System::Collections::Generic::IList<System::CommandLine::Command ^> ^ get(); };
public System.Collections.Generic.IList<System.CommandLine.Command> Subcommands { get; }
member this.Subcommands : System.Collections.Generic.IList<System.CommandLine.Command>
Public ReadOnly Property Subcommands As IList(Of Command)