Sdílet prostřednictvím


ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterAttributes Metoda

Definice

Popis tohoto člena najdete v tématu 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

Komponenta pro filtrování atributů.

attributes
IDictionary

Slovník atributů, které lze upravit.

Návraty

Boolean

true pokud má být sada filtrovaných atributů uložena do mezipaměti; false pokud se služba filtru musí znovu dotazovat.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho ComponentDocumentDesigner použít pouze v případě, že je instance přetypována do ITypeDescriptorFilterService rozhraní.

Platí pro