'宣言 Public Function FindByObjectId( _ ByVal renderObjectId As System.Integer _ ) As RenderFragment
'使用法 Dim instance As RenderFragmentCollection Dim renderObjectId As System.Integer Dim value As RenderFragment value = instance.FindByObjectId(renderObjectId)
public RenderFragment FindByObjectId( System.int renderObjectId )
パラメータ
- renderObjectId
- 検索する RenderObject.Id。
戻り値の型
指定した ID を持つオブジェクトによって生成されたフラグメント。見つからなかった場合は null。