共用方式為


DefaultValidator.CanValidate(Type) 方法

定義

判斷是否可以根據型別驗證物件。

public:
 override bool CanValidate(Type ^ type);
public override bool CanValidate (Type type);
override this.CanValidate : Type -> bool
Public Overrides Function CanValidate (type As Type) As Boolean

參數

type
Type

物件類型。

傳回

true 表示所有正在驗證的型別。

適用於