WebPartZoneBaseDesigner.PreFilterProperties(IDictionary) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디자인 타임에 VerbStyle 속성을 숨깁니다.
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입니다.
설명
PreFilterProperties메서드는 ControlDesigner.PreFilterProperties 부모 메서드를 호출한 후 디자이너에서 속성을 숨기도록 를 VerbStyle 재정의합니다. 이는 기본 WebPartZoneBase 컨트롤이 영역 수준 동사를 렌더링하지 않기 때문입니다. 파생된 클래스에서 영역 수준 동사를 렌더링 하려는 경우 숨기지 않으려면이 메서드를 재정의 해야 합니다 VerbStyle 속성입니다.