ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterEvents Metoda

Definicja

Aby uzyskać opis tego członka, zobacz FilterEvents(IComponent, IDictionary).

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

Parametry

component
IComponent

Składnik do filtrowania zdarzeń.

events
IDictionary

Słownik zdarzeń, które można modyfikować.

Zwraca

Boolean

true jeśli zestaw filtrowanych zdarzeń 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