IComponent 接口

定义

表示 UI 组件。

public interface class IComponent
public interface IComponent
type IComponent = interface
Public Interface IComponent
派生

方法

Attach(RenderHandle)

将组件附加到 RenderHandle

SetParametersAsync(ParameterView)

设置组件父级在呈现树中提供的参数。

适用于