PrintDocument for WinForms
GetDataBindingForChild メソッド (RenderObject)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderObject クラス : GetDataBindingForChild メソッド
現在のオブジェクトの子である RenderObjectオブジェクト。
指定した子オブジェクトの C1.C1Preview.DataBinding.C1DataBindingオブジェクトを返します。
シンタックス
'宣言
 
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
現在のオブジェクトの子である RenderObjectオブジェクト。

戻り値の型

指定した子オブジェクトの C1.C1Preview.DataBinding.C1DataBindingオブジェクト。子にデータバインディングが指定されていない場合は null
参照

RenderObject クラス
RenderObject メンバ