ConfigurationValidatorBase.CanValidate(Type) 方法

定义

根据类型确定对象是否可验证。

public:
 virtual bool CanValidate(Type ^ type);
public virtual bool CanValidate (Type type);
abstract member CanValidate : Type -> bool
override this.CanValidate : Type -> bool
Public Overridable Function CanValidate (type As Type) As Boolean

参数

type
Type

对象类型。

返回

如果 type 参数值与所需的 true 相匹配,则为 type;否则为 false

适用于