CustomValidationAttribute(Type, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 CustomValidationAttribute 類別的新執行個體。
public:
CustomValidationAttribute(Type ^ validatorType, System::String ^ method);
public CustomValidationAttribute (Type validatorType, string method);
new System.ComponentModel.DataAnnotations.CustomValidationAttribute : Type * string -> System.ComponentModel.DataAnnotations.CustomValidationAttribute
Public Sub New (validatorType As Type, method As String)
參數
- validatorType
- Type
包含會執行自訂驗證之方法的型別。
- method
- String
執行自訂驗證的方法。
備註
這個方法會指定要在運行時間呼叫的自定義類別和相關方法,以執行自定義驗證邏輯。