'宣言 Public Overloads Function FindByObject( _ ByVal ro As RenderObject _ ) As RenderFragment
'使用法 Dim instance As RenderFragmentCollection Dim ro As RenderObject Dim value As RenderFragment value = instance.FindByObject(ro)
public RenderFragment FindByObject( RenderObject ro )
パラメータ
- ro
- The render object to search for.
戻り値の型
The fragment that was produced by ro, or null if it was not found.