Argument.Validators Tulajdonság

Definíció

Az argumentum-érvényesítők listáját tartalmazza. Az érvényesítők a felhasználói bemenet alapján egyéni hibák megadására használhatók.

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

Tulajdonság értéke

A következőre érvényes: