Udostępnij za pośrednictwem


ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterProperties Metoda

Definicja

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

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

Parametry

component
IComponent

Składnik do filtrowania właściwości.

properties
IDictionary

Słownik właściwości, które można modyfikować.

Zwraca

Boolean

true jeśli zestaw filtrowanych właściwości 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