ObjectConverterConvertValueCallback Delegate |
定义对象转换器转换对象值时的回调,以便转换具有嵌套值时的自处理
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public delegate bool ConvertValueCallback(
Object value,
Type objectType,
out Object result
)
Public Delegate Function ConvertValueCallback (
value As Object,
objectType As Type,
<OutAttribute> ByRef result As Object
) As Boolean
public delegate bool ConvertValueCallback(
Object^ value,
Type^ objectType,
[OutAttribute] Object^% result
)
type ConvertValueCallback =
delegate of
value : Object *
objectType : Type *
result : Object byref -> bool
Parameters
- value
- Type: SystemObject
- objectType
- Type: SystemType
- result
- Type: SystemObject
Return Value
Type:
BooleanSee Also