Renderer.GetCurrentRenderTreeFrames(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’arborescence de rendu actuelle pour un composant donné.
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)
Paramètres
- componentId
- Int32
ID du composant.
Retours
RenderTreeBuilder représentant l’arborescence de rendu actuelle.