Command.Options Propriedade

Definição

Obtém todas as opções para o comando.

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

Valor de Propriedade

Observações

Esta coleção não inclui opções nos comandos pai onde Option.Recursive é true. Essas opções são válidas sob o comando atual, mas não aparecem nesta coleção.

Aplica-se a