RootComponentCollectionExtensions 类

定义

提供一组用于修改对象集合的 IComponent 扩展方法。

public ref class RootComponentCollectionExtensions abstract sealed
public static class RootComponentCollectionExtensions
type RootComponentCollectionExtensions = class
Public Module RootComponentCollectionExtensions
继承
RootComponentCollectionExtensions

方法

Add<TComponent>(RootComponentsCollection, String, IDictionary<String,Object>)

将 指定的 TComponent 组件添加到 由 components 指定的集合中,以便与 指定的 selector 选择器相关联,并使用 指定的 parameters参数实例化。

Remove(RootComponentsCollection, String)

从 指定的集合components中删除与指定的 selector 关联的组件。

适用于