Renderer.GetCurrentRenderTreeFrames(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current render tree for a given component.
protected:
Microsoft::AspNetCore::Components::RenderTree::ArrayRange<Microsoft::AspNetCore::Components::RenderTree::RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId);
protected Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame> GetCurrentRenderTreeFrames (int componentId);
member this.GetCurrentRenderTreeFrames : int -> Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame>
Protected Function GetCurrentRenderTreeFrames (componentId As Integer) As ArrayRange(Of RenderTreeFrame)
Parameters
- componentId
- Int32
The id for the component.
Returns
The RenderTreeBuilder representing the current render tree.