'宣言 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
- 検索する ID。
戻り値の型
指定した ID を持つ描画オブジェクト。このオブジェクトが見つからなかった場合は null。