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 인터페이스를 사용합니다.
속성
| Name | Description |
|---|---|
| DesignTimeElementView |
사용되지 않음.
디자이너의 디자인 타임 뷰 컨트롤 개체를 가져옵니다. |
| DesignTimeHtml |
사용되지 않음.
디자이너 컨트롤의 디자인 타임 HTML을 가져오거나 설정합니다. |
메서드
| Name | Description |
|---|---|
| OnTemplateModeChanged() |
사용되지 않음.
디자이너가 템플릿 모드로 들어가거나 종료할 때 처리를 수행할 수 있는 기회를 제공합니다. |