ContainerFilterService.FilterComponents(ComponentCollection) Metodo

Definizione

Filtra l'insieme di componenti.

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

Parametri

components
ComponentCollection

Insieme di componenti da filtrare.

Restituisce

Oggetto ComponentCollection che rappresenta un insieme modificato.

Commenti

Il FilterComponents metodo filtra la raccolta di componenti restituendo facoltativamente una nuova raccolta modificata. L'implementazione predefinita restituisce la raccolta di input, pertanto non esegue alcun filtro.

Si applica a