IHtmlControlDesignerBehavior Interface
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
The recommended alternative is System.Web.UI.Design.IControlDesignerTag and System.Web.UI.Design.IControlDesignerView. http://go.microsoft.com/fwlink/?linkid=14202
Define uma interface que permite a extensão de comportamentos específicos de um designer de controlo 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
- Atributos
Observações
Note
A IHtmlControlDesignerBehavior interface está obsoleta. Use as IControlDesignerTag interfaces e IControlDesignerView para funcionalidades equivalentes de design de controlo.
Propriedades
| Name | Description |
|---|---|
| Designer |
Obsoleto.
Obtém ou define o designer ao qual o comportamento está associado. |
| DesignTimeElement |
Obsoleto.
Obtém o elemento ao qual o designer está associado. |
Métodos
| Name | Description |
|---|---|
| GetAttribute(String, Boolean) |
Obsoleto.
Obtém o atributo especificado. |
| GetStyleAttribute(String, Boolean, Boolean) |
Obsoleto.
Obtém o atributo de estilo especificado. |
| RemoveAttribute(String, Boolean) |
Obsoleto.
Remove o atributo especificado. |
| RemoveStyleAttribute(String, Boolean, Boolean) |
Obsoleto.
Remove o atributo de estilo especificado. |
| SetAttribute(String, Object, Boolean) |
Obsoleto.
Define o atributo especificado para o objeto especificado. |
| SetStyleAttribute(String, Boolean, Object, Boolean) |
Obsoleto.
Define o atributo de estilo especificado para o objeto especificado. |