Поделиться через


Renderer.AssignRootComponentId(IComponent) Метод

Определение

IComponent Связывает с Renderer, присваивая идентификатор, который является уникальным в область 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

Параметры

component
IComponent

Компонент.

Возвращаемое значение

Назначенный идентификатор компонента.

Применяется к