'宣言 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
- The RenderObject.Id to search for.
戻り値の型
The fragment that was produced by the object with the specified id, or null if it was not found.