Renderer.AssignRootComponentId(IComponent) Méthode

Définition

Associe le IComponent à , Rendereren affectant un identificateur unique dans l’étendue de .Renderer

protected public:
 int AssignRootComponentId(Microsoft::AspNetCore::Components::IComponent ^ component);
protected internal int AssignRootComponentId (Microsoft.AspNetCore.Components.IComponent component);
member this.AssignRootComponentId : Microsoft.AspNetCore.Components.IComponent -> int
Protected Friend Function AssignRootComponentId (component As IComponent) As Integer

Paramètres

component
IComponent

Composant.

Retours

Identificateur attribué du composant.

S’applique à