ContainerFilterService.FilterComponents(ComponentCollection) Method

Definition

Filters the component collection.

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

Parameters

components
ComponentCollection

The component collection to filter.

Returns

A ComponentCollection that represents a modified collection.

Remarks

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.

Applies to