Share via


Renderer.AssignRootComponentId(IComponent) Método

Definição

Associa o IComponent ao Renderer, atribuindo um identificador exclusivo dentro do escopo do 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

Parâmetros

component
IComponent

O componente.

Retornos

O identificador atribuído do componente.

Aplica-se a