'宣言 Public Function FindById( _ ByVal id As System.Integer _ ) As RenderObject
'使用法 Dim instance As RenderObjectCollection Dim id As System.Integer Dim value As RenderObject value = instance.FindById(id)
public RenderObject FindById( System.int id )
パラメータ
- id
- The Id to search for.
戻り値の型
The render object with the specified Id, or null of no such object was found.