InputDate<TValue>.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:
override void BuildRenderTree(Microsoft::AspNetCore::Components::Rendering::RenderTreeBuilder ^ builder);
protected override void BuildRenderTree (Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder);
override this.BuildRenderTree : Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder -> unit
Protected Overrides Sub BuildRenderTree (builder As RenderTreeBuilder)
Paramètres
- builder
- RenderTreeBuilder
RenderTreeBuilder qui recevra la sortie de rendu.