ValidateOptions<TOptions,TDep> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor.
public:
ValidateOptions(System::String ^ name, TDep dependency, Func<TOptions, TDep, bool> ^ validation, System::String ^ failureMessage);
public ValidateOptions (string? name, TDep dependency, Func<TOptions,TDep,bool> validation, string failureMessage);
new Microsoft.Extensions.Options.ValidateOptions<'Options, 'Dep (requires 'Options : null)> : string * 'Dep * Func<'Options, 'Dep, bool (requires 'Options : null)> * string -> Microsoft.Extensions.Options.ValidateOptions<'Options, 'Dep (requires 'Options : null)>
Public Sub New (name As String, dependency As TDep, validation As Func(Of TOptions, TDep, Boolean), failureMessage As String)
Parameters
- name
- String
Options name.
- dependency
- TDep
The dependency.
- failureMessage
- String
Validation failure message.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา