Renderer.AssignRootComponentId(IComponent) Método

Definición

Asocia con IComponent , Rendererasignando un identificador único dentro del ámbito 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

Parámetros

component
IComponent

El componente.

Devoluciones

Identificador asignado del componente.

Se aplica a