CallbackValidator.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 参数与创建 CallbackValidator 的实例时用作第一个参数的类型匹配,则为 type;否则为 false

适用于