'宣言 Protected Overridable Function GetReferencedObject( _ ByVal dim As RefDim, _ ByVal length As LengthRef _ ) As System.Object
'使用法 Dim instance As RenderFragment Dim dim As RefDim Dim length As LengthRef Dim value As System.Object value = instance.GetReferencedObject(dim, length)
パラメータ
- dim
 - lengthによって指定されるディメンション。
 - length
 - 調べる LengthRef。
 
戻り値の型
lengthによって参照されるオブジェクト。