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 사용되지 않습니다. IControlDesignerTag 해당 컨트롤 디자이너 기능에는 해당 및 IControlDesignerView 인터페이스를 사용합니다.

속성

Name Description
DesignTimeElementView
사용되지 않음.

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

DesignTimeHtml
사용되지 않음.

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

메서드

Name Description
OnTemplateModeChanged()
사용되지 않음.

디자이너가 템플릿 모드로 들어가거나 종료할 때 처리를 수행할 수 있는 기회를 제공합니다.

적용 대상

추가 정보