다음을 통해 공유


WebPartZoneBaseDesigner.PreFilterProperties(IDictionary) 메서드

정의

디자인 타임에 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 속성입니다.

적용 대상