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

オブジェクトの種類。

返品

true typeパラメーター値が想定されるtypeと一致する場合は a0/>。それ以外の場合はfalse

適用対象