共用方式為


ColumnsCollectedNotifier<TGridItem>.Attach(RenderHandle) 方法

定義

將元件附加至 RenderHandle

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

參數

renderHandle
RenderHandle

RenderHandle,可讓元件轉譯。

實作

適用於