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

속성

Designer
사용되지 않음.

동작과 관련된 디자이너를 가져오거나 설정합니다.

DesignTimeElement
사용되지 않음.

디자이너와 관련된 요소를 가져옵니다.

메서드

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

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

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

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

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

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

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

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

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

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

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

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

적용 대상

추가 정보