Option.Validators Proprietà

Definizione

Validator che verranno chiamati quando l'opzione corrisponde al parser.

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

Valore della proprietà

Si applica a