Determines whether the object can use this resolver.
'宣言
Public Overridable Function CanResolve( _
ByVal As System.String, _
ByVal As System.Object, _
ByVal As System.Type, _
ByVal As IContext _
) As System.Boolean
public virtual System.bool CanResolve(
System.string ,
System.object ,
System.Type ,
IContext
)
パラメータ
- name
- The name of the object.
- value
- The object value.
- type
- The object type.
- context
- The context.
戻り値の型
A System.Boolean value indicates whether to be resovled. If true, it means the object can be resolved. Otherwise, the resolver cannot support this object.