Command.Validators プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コマンドに対する検証コントロールを取得します。 検証コントロールを使用して、カスタム検証ロジックを作成できます。
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))