ContainerFilterService.FilterComponents(ComponentCollection) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
筛选组件集合。
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 通过选择性地返回经过修改的新集合来筛选组件集合。 默认实现返回输入集合,因此不执行筛选。