Label<TValue>.IComponent.Attach(RenderHandle) 메서드

정의

구성 요소를 .에 연결합니다 RenderHandle.

void IComponent.Attach(Microsoft.AspNetCore.Components.RenderHandle renderHandle);
abstract member Microsoft.AspNetCore.Components.IComponent.Attach : Microsoft.AspNetCore.Components.RenderHandle -> unit
override this.Microsoft.AspNetCore.Components.IComponent.Attach : Microsoft.AspNetCore.Components.RenderHandle -> unit
Sub Attach (renderHandle As RenderHandle) Implements IComponent.Attach

매개 변수

renderHandle
RenderHandle

RenderHandle 구성 요소를 렌더링할 수 있는 A입니다.

구현

적용 대상