IControlDesignerBehavior 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The recommended alternative is System.Web.UI.Design.IControlDesignerTag and System.Web.UI.Design.IControlDesignerView. http://go.microsoft.com/fwlink/?linkid=14202
컨트롤 디자이너의 특정 동작을 확장할 수 있도록 합니다.
public interface class IControlDesignerBehavior
public interface IControlDesignerBehavior
[System.Obsolete("The recommended alternative is System.Web.UI.Design.IControlDesignerTag and System.Web.UI.Design.IControlDesignerView. http://go.microsoft.com/fwlink/?linkid=14202")]
public interface IControlDesignerBehavior
type IControlDesignerBehavior = interface
[<System.Obsolete("The recommended alternative is System.Web.UI.Design.IControlDesignerTag and System.Web.UI.Design.IControlDesignerView. http://go.microsoft.com/fwlink/?linkid=14202")>]
type IControlDesignerBehavior = interface
Public Interface IControlDesignerBehavior
- 특성
설명
참고
IControlDesignerBehavior 인터페이스는 사용되지 않습니다. 이와 동일한 컨트롤 디자이너 기능을 사용하려면 IControlDesignerTag 및 IControlDesignerView 인터페이스를 사용합니다.
속성
DesignTimeElementView |
디자이너의 디자인 타임 뷰 컨트롤 개체를 가져옵니다. |
DesignTimeHtml |
디자이너 컨트롤에 대한 디자인 타임 HTML을 가져오거나 설정합니다. |
메서드
OnTemplateModeChanged() |
디자이너가 템플릿 모드로 설정되거나 이 모드에서 해제될 때 처리를 수행할 수 있는 기회를 제공합니다. |