ContainerFilterService::FilterComponents Method (ComponentCollection^)
.NET Framework (current version)
Filters the component collection.
Assembly: System (in System.dll)
Parameters
- components
-
Type:
System.ComponentModel::ComponentCollection^
The component collection to filter.
Return Value
Type: System.ComponentModel::ComponentCollection^A ComponentCollection that represents a modified collection.
The FilterComponents method filters the component collection by optionally returning a new, modified collection. The default implementation returns the input collection, thereby performing no filtering.
.NET Framework
Available since 2.0
Available since 2.0
Show: