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

可以修改的屬性字典。

傳回

如果要對篩選的屬性集進行快取,則為 true,否則為 false

實作

備註

這個成員是明確介面成員實作, 只有在 ComponentDocumentDesigner 執行個體轉換成 ITypeDescriptorFilterService 介面時,才能使用這個成員。

適用於