Compartir a través de


Renderer.GetCurrentRenderTreeFrames(Int32) Método

Definición

Obtiene el árbol de representación actual de un componente determinado.

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)

Parámetros

componentId
Int32

Identificador del componente.

Devoluciones

RenderTreeBuilder que representa el árbol de representación actual.

Se aplica a