ContainerFilterService.FilterComponents(ComponentCollection) 方法

定义

筛选组件集合。

public:
 virtual System::ComponentModel::ComponentCollection ^ FilterComponents(System::ComponentModel::ComponentCollection ^ components);
public virtual System.ComponentModel.ComponentCollection FilterComponents (System.ComponentModel.ComponentCollection components);
abstract member FilterComponents : System.ComponentModel.ComponentCollection -> System.ComponentModel.ComponentCollection
override this.FilterComponents : System.ComponentModel.ComponentCollection -> System.ComponentModel.ComponentCollection
Public Overridable Function FilterComponents (components As ComponentCollection) As ComponentCollection

参数

components
ComponentCollection

要筛选的组件集合。

返回

表示已修改集合的 ComponentCollection

注解

方法 FilterComponents 通过选择性地返回经过修改的新集合来筛选组件集合。 默认实现返回输入集合,因此不执行筛选。

适用于