Share via


ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterAttributes Méthode

Définition

Pour obtenir une description de ce membre, consultez FilterAttributes(IComponent, IDictionary).

 virtual bool System.ComponentModel.Design.ITypeDescriptorFilterService.FilterAttributes(System::ComponentModel::IComponent ^ component, System::Collections::IDictionary ^ attributes) = System::ComponentModel::Design::ITypeDescriptorFilterService::FilterAttributes;
bool ITypeDescriptorFilterService.FilterAttributes (System.ComponentModel.IComponent component, System.Collections.IDictionary attributes);
abstract member System.ComponentModel.Design.ITypeDescriptorFilterService.FilterAttributes : System.ComponentModel.IComponent * System.Collections.IDictionary -> bool
override this.System.ComponentModel.Design.ITypeDescriptorFilterService.FilterAttributes : System.ComponentModel.IComponent * System.Collections.IDictionary -> bool
Function FilterAttributes (component As IComponent, attributes As IDictionary) As Boolean Implements ITypeDescriptorFilterService.FilterAttributes

Paramètres

component
IComponent

Composant dont les attributs doivent être filtrés.

attributes
IDictionary

Dictionnaire d'attributs pouvant être modifiés.

Retours

true si l'ensemble d'attributs filtrés doit être mis en cache ; false si le service de filtre doit interroger à nouveau.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ComponentDocumentDesigner est castée en interface ITypeDescriptorFilterService.

S’applique à