IControlDesignerBehavior 인터페이스

정의

주의

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 인터페이스는 사용되지 않습니다. 이와 동일한 컨트롤 디자이너 기능을 사용하려면 IControlDesignerTagIControlDesignerView 인터페이스를 사용합니다.

속성

DesignTimeElementView

디자이너의 디자인 타임 뷰 컨트롤 개체를 가져옵니다.

DesignTimeHtml

디자이너 컨트롤에 대한 디자인 타임 HTML을 가져오거나 설정합니다.

메서드

OnTemplateModeChanged()

디자이너가 템플릿 모드로 설정되거나 이 모드에서 해제될 때 처리를 수행할 수 있는 기회를 제공합니다.

적용 대상

추가 정보