Option.Validators Eigenschap

Definitie

Validators die worden aangeroepen wanneer de optie overeenkomt met de 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))

Waarde van eigenschap

Van toepassing op