点击或拖拽改变大小

BindingDescribe  转换 (ValueTupleObject, String, BindingMode, FuncObject, Object, FuncObject, Object, ActionBinding, Object, Exception, ActionBinding, Object, Exception to BindingDescribe)

[缺少 "M:CPF.BindingDescribe.op_Implicit(System.ValueTuple{System.Object,System.String,CPF.BindingMode,System.Func{System.Object,System.Object},System.Func{System.Object,System.Object},System.Action{CPF.Binding,System.Object,System.Exception},System.Action{CPF.Binding,System.Object,System.Exception}})~CPF.BindingDescribe" 的 <summary> 文档]

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static implicit operator BindingDescribe (
	(Object source, string sourceProperty, BindingMode binding, Func<Object, Object> convert, Func<Object, Object> convertBack, Action<Binding, Object, Exception> SourceToTargetError, Action<Binding, Object, Exception> TargetToSourceError) item
)

参数

item
类型:SystemValueTupleObject, String, BindingMode, FuncObject, Object, FuncObject, Object, ActionBinding, Object, Exception, ActionBinding, Object, Exception

[缺少 "M:CPF.BindingDescribe.op_Implicit(System.ValueTuple{System.Object,System.String,CPF.BindingMode,System.Func{System.Object,System.Object},System.Func{System.Object,System.Object},System.Action{CPF.Binding,System.Object,System.Exception},System.Action{CPF.Binding,System.Object,System.Exception}})~CPF.BindingDescribe" 的 <param name="item"/> 文档]

返回值

类型:BindingDescribe

[缺少 "M:CPF.BindingDescribe.op_Implicit(System.ValueTuple{System.Object,System.String,CPF.BindingMode,System.Func{System.Object,System.Object},System.Func{System.Object,System.Object},System.Action{CPF.Binding,System.Object,System.Exception},System.Action{CPF.Binding,System.Object,System.Exception}})~CPF.BindingDescribe" 的 <returns> 文档]

参见