ComponentDocumentDesigner.PreFilterProperties(IDictionary) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성 요소가 TypeDescriptor를 통해 노출하는 속성 집합을 조정합니다.
protected:
override void PreFilterProperties(System::Collections::IDictionary ^ properties);
protected override void PreFilterProperties (System.Collections.IDictionary properties);
override this.PreFilterProperties : System.Collections.IDictionary -> unit
Protected Overrides Sub PreFilterProperties (properties As IDictionary)
매개 변수
- properties
- IDictionary
구성 요소의 클래스에 대한 속성이 포함된 IDictionary입니다.
설명
이 IDesignerFilter 인터페이스 메서드 재정의는 디자인 타임에 이 디자이너의 구성 요소에 "TrayLargeIcon"이라는 검색할 수 없는 디자인 타임 전용 boolean
속성을 추가합니다. 이 속성은 구성 요소 트레이에서 사용됩니다.