ValidateOptions<TOptions,TDep1,TDep2>.Validation Property
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.
The validation function.
public:
property Func<TOptions, TDep1, TDep2, bool> ^ Validation { Func<TOptions, TDep1, TDep2, bool> ^ get(); };
public Func<TOptions,TDep1,TDep2,bool> Validation { get; }
member this.Validation : Func<'Options, 'TDep1, 'TDep2, bool (requires 'Options : null)>
Public ReadOnly Property Validation As Func(Of TOptions, TDep1, TDep2, Boolean)
Property Value
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.