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

コンポーネント。

戻り値

コンポーネントの割り当てられた識別子。

適用対象