ParseResult.Directives Propriedade

Definição

Obtém as diretivas encontradas durante a análise da entrada da linha de comando.

public:
 property System::CommandLine::DirectiveCollection ^ Directives { System::CommandLine::DirectiveCollection ^ get(); };
public System.CommandLine.DirectiveCollection Directives { get; }
member this.Directives : System.CommandLine.DirectiveCollection
Public ReadOnly Property Directives As DirectiveCollection

Valor da propriedade

Comentários

Se EnableDirectives estiver definido como false, essa coleção estará vazia.

Aplica-se a