CustomValidationAttribute.ValidatorType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得會執行自訂驗證的型別。
public:
property Type ^ ValidatorType { Type ^ get(); };
public Type ValidatorType { get; }
member this.ValidatorType : Type
Public ReadOnly Property ValidatorType As Type
屬性值
執行自訂驗證的型別。
備註
這個屬性會傳回傳遞至 ctor CustomValidationAttribute 建構函式多載的類型。