Читати англійською Редагувати

Поділитися через


HtmlControlDesigner.DesignTimeElement Property

Definition

Caution

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

Gets the design-time object representing the control that is associated with the HtmlControlDesigner object on the design surface.

C#
protected object DesignTimeElement { get; }
C#
[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; }

Property Value

The design-time object representing the control associated with the HtmlControlDesigner.

Attributes

Remarks

The DesignTimeElement property is used by the designer to retrieve the design-time object representing the control that is associated with the HtmlControlDesigner object on the design surface.

Applies to

Продукт Версії (Застаріло.)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)

See also