Condividi tramite


Renderer.AssignRootComponentId(IComponent) Metodo

Definizione

Associa a IComponentRenderer, assegnando un identificatore univoco all'interno dell'ambito di 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

Parametri

component
IComponent

Componente.

Restituisce

Identificatore assegnato del componente.

Si applica a