ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterAttributes Metoda

Definicja

Aby uzyskać opis tego członka, zobacz 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

Parametry

component
IComponent

Składnik do filtrowania atrybutów.

attributes
IDictionary

Słownik atrybutów, które można modyfikować.

Zwraca

Boolean

true jeśli zestaw filtrowanych atrybutów ma być buforowany; false jeśli usługa filtrowania musi ponownie wykonywać zapytania.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ComponentDocumentDesigner wystąpienie jest rzutowe do interfejsu ITypeDescriptorFilterService .

Dotyczy