Option.Validators 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当选项与分析程序匹配时将调用的验证程序。
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))