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

수정할 수 있는 특성의 사전입니다.

반환

Boolean

필터링된 특성 집합이 캐시되도록 하려면 true이고, 필터 서비스가 다시 쿼리하도록 하려면 false입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, ComponentDocumentDesigner 인스턴스가 ITypeDescriptorFilterService 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상