Share via


HtmlControlDesigner.DesignTimeElement Propriedade

Definição

Cuidado

Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element may not always provide access to the element in the markup. There are alternate methods on WebFormsRootDesigner for handling client script and controls. http://go.microsoft.com/fwlink/?linkid=14202

Obtém o objeto em tempo de design que representa o controle associado ao objeto HtmlControlDesigner na superfície de design.

protected:
 property System::Object ^ DesignTimeElement { System::Object ^ get(); };
protected object DesignTimeElement { get; }
[System.Obsolete("Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element may not always provide access to the element in the markup. There are alternate methods on WebFormsRootDesigner for handling client script and controls. http://go.microsoft.com/fwlink/?linkid=14202", true)]
protected object DesignTimeElement { get; }
member this.DesignTimeElement : obj
[<System.Obsolete("Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element may not always provide access to the element in the markup. There are alternate methods on WebFormsRootDesigner for handling client script and controls. http://go.microsoft.com/fwlink/?linkid=14202", true)>]
member this.DesignTimeElement : obj
Protected ReadOnly Property DesignTimeElement As Object

Valor da propriedade

Object

O objeto de tempo de design que representa o controle associado ao HtmlControlDesigner .

Atributos

Comentários

A DesignTimeElement propriedade é usada pelo designer para recuperar o objeto de tempo de design que representa o controle associado ao HtmlControlDesigner objeto na superfície de design.

Aplica-se a

Confira também