'宣言 Protected Overridable Function GetDataBindingForChild( _ ByVal child As RenderObject _ ) As C1DataBinding
'使用法 Dim instance As RenderObject Dim child As RenderObject Dim value As C1DataBinding value = instance.GetDataBindingForChild(child)
protected virtual C1DataBinding GetDataBindingForChild( RenderObject child )
パラメータ
- child
- The RenderObject object that is a child of the current object.
戻り値の型
The C1.C1Preview.DataBinding.C1DataBinding object for the specified child object, or null if data binding is not specified for that child.