ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterAttributes Метод

Определение

Описание этого члена см. в разделе 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

Параметры

component
IComponent

Компонент, атрибуты которого необходимо отфильтровать.

attributes
IDictionary

Словарь атрибутов, которые можно изменить.

Возвращаемое значение

Boolean

Значение true, если набор отфильтрованных атрибутов должен быть помещен в кэш; значение false, если служба фильтрации должна снова сделать запрос.

Реализации

Комментарии

Этот член представляет собой явную реализацию члена интерфейса. Он может использоваться, только если экземпляр ComponentDocumentDesigner приведен к типу интерфейса ITypeDescriptorFilterService.

Применяется к