IComponent 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 UI 组件。
public interface class IComponent
public interface IComponent
type IComponent = interface
Public Interface IComponent
- 派生
方法
Attach(RenderHandle) |
将组件附加到 RenderHandle。 |
SetParametersAsync(ParameterView) |
设置组件父级在呈现树中提供的参数。 |