'Declaration Public Function FindByObjectId( _ ByVal renderObjectId As Integer _ ) As RenderFragment
public RenderFragment FindByObjectId( int renderObjectId )
Parameters
- renderObjectId
- The RenderObject.Id to search for.
Return Value
The fragment that was produced by the object with the specified id, or null if it was not found.