Renderer.GetCurrentRenderTreeFrames(Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.