ContainerFilterService.FilterComponents(ComponentCollection) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Filtre la collection de composants.
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
Paramètres
- components
- ComponentCollection
Collection de composants à filtrer.
Retours
ComponentCollection qui représente une collection modifiée.
Remarques
La FilterComponents méthode filtre la collection de composants en retournant éventuellement une nouvelle collection modifiée. L’implémentation par défaut retourne la collection d’entrée, sans filtrage.