ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterAttributes Método

Definición

Para obtener una descripción de este miembro, vea 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

Parámetros

component
IComponent

Componente cuyos atributos se van a filtrar.

attributes
IDictionary

Diccionario de atributos que pueden modificarse.

Devoluciones

Es true si el conjunto de atributos filtrados se debe guardar en caché; false si el servicio de filtros debe volver a consultar.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ComponentDocumentDesigner se convierte en una interfaz ITypeDescriptorFilterService.

Se aplica a