ComponentBase.BuildRenderTree(RenderTreeBuilder) 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.
Restitue le composant au fourni RenderTreeBuilder.
protected:
virtual void BuildRenderTree(Microsoft::AspNetCore::Components::Rendering::RenderTreeBuilder ^ builder);
protected virtual void BuildRenderTree (Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder);
abstract member BuildRenderTree : Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder -> unit
override this.BuildRenderTree : Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder -> unit
Protected Overridable Sub BuildRenderTree (builder As RenderTreeBuilder)
Paramètres
- builder
- RenderTreeBuilder
RenderTreeBuilder qui recevra la sortie de rendu.