IHtmlControlDesignerBehavior 인터페이스

정의

주의

The recommended alternative is System.Web.UI.Design.IControlDesignerTag and System.Web.UI.Design.IControlDesignerView. http://go.microsoft.com/fwlink/?linkid=14202

HTML 컨트롤 디자이너의 특정 동작을 확장할 수 있도록 하는 인터페이스를 정의합니다.

public interface class IHtmlControlDesignerBehavior
public interface IHtmlControlDesignerBehavior
[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 IHtmlControlDesignerBehavior
type IHtmlControlDesignerBehavior = 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 IHtmlControlDesignerBehavior = interface
Public Interface IHtmlControlDesignerBehavior
특성

설명

메모

인터페이스는 IHtmlControlDesignerBehavior 사용되지 않습니다. IControlDesignerTag 해당 컨트롤 디자이너 기능에는 해당 및 IControlDesignerView 인터페이스를 사용합니다.

속성

Name Description
Designer
사용되지 않음.

동작이 연결된 디자이너를 가져오거나 설정합니다.

DesignTimeElement
사용되지 않음.

디자이너가 연결된 요소를 가져옵니다.

메서드

Name Description
GetAttribute(String, Boolean)
사용되지 않음.

지정된 특성을 가져옵니다.

GetStyleAttribute(String, Boolean, Boolean)
사용되지 않음.

지정된 스타일 특성을 가져옵니다.

RemoveAttribute(String, Boolean)
사용되지 않음.

지정된 특성을 제거합니다.

RemoveStyleAttribute(String, Boolean, Boolean)
사용되지 않음.

지정된 스타일 특성을 제거합니다.

SetAttribute(String, Object, Boolean)
사용되지 않음.

지정된 특성을 지정된 개체로 설정합니다.

SetStyleAttribute(String, Boolean, Object, Boolean)
사용되지 않음.

지정된 스타일 특성을 지정된 개체로 설정합니다.

적용 대상

추가 정보