ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterAttributes Método

Definição

Para obter uma descrição desse membro, confira 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

O componente cujos atributos devem ser filtrados.

attributes
IDictionary

Um dicionário de atributos que pode ser modificado.

Retornos

true se o conjunto de atributos filtrados deve ser armazenado em cache; false se o serviço de filtro deve consultar novamente.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de ComponentDocumentDesigner é convertida em uma interface de ITypeDescriptorFilterService.

Aplica-se a