Renderer.AssignRootComponentId(IComponent) 메서드

정의

IComponentRenderer연결하여 의 scope 내에서 고유한 식별자를 할당합니다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

구성 요소입니다.

반환

구성 요소의 할당된 식별자입니다.

적용 대상