Sdílet prostřednictvím


Renderer.AssignRootComponentId(IComponent) Metoda

Definice

Přidruží IComponent k objektu Renderera přiřadí identifikátor, který je jedinečný v rámci oboru 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

Parametry

component
IComponent

Komponenta.

Návraty

Identifikátor přiřazený komponentě.

Platí pro