HtmlControlDesigner.DesignTimeElement Egenskap

Definition

Varning

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

Hämtar designtidsobjektet som representerar kontrollen som är associerad med HtmlControlDesigner objektet på designytan.

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

Egenskapsvärde

Design-time-objektet som representerar kontrollen som är associerad med HtmlControlDesigner.

Attribut

Kommentarer

Egenskapen DesignTimeElement används av designern för att hämta designtidsobjektet som representerar kontrollen som är associerad med HtmlControlDesigner objektet på designytan.

Gäller för

Se även