Partilhar via


Command.Validators Propriedade

Definição

Obtém os validadores para o comando. Os validadores podem ser usados para criar uma lógica de validação personalizada.

public:
 property System::Collections::Generic::List<Action<System::CommandLine::Parsing::CommandResult ^> ^> ^ Validators { System::Collections::Generic::List<Action<System::CommandLine::Parsing::CommandResult ^> ^> ^ get(); };
public System.Collections.Generic.List<Action<System.CommandLine.Parsing.CommandResult>> Validators { get; }
member this.Validators : System.Collections.Generic.List<Action<System.CommandLine.Parsing.CommandResult>>
Public ReadOnly Property Validators As List(Of Action(Of CommandResult))

Valor da propriedade

Aplica-se a