Freigeben über


HtmlControlDesigner.DesignTimeElement Eigenschaft

Definition

Achtung

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

Ruft das Entwurfszeitobjekt ab, das das Steuerelement darstellt, das dem HtmlControlDesigner Objekt auf der Entwurfsoberfläche zugeordnet ist.

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

Eigenschaftswert

Das Entwurfszeitobjekt, das das dem Zugeordnete HtmlControlDesignerSteuerelement darstellt.

Attribute

Hinweise

Die DesignTimeElement Eigenschaft wird vom Designer verwendet, um das Entwurfszeitobjekt abzurufen, das das Steuerelement darstellt, das dem HtmlControlDesigner Objekt auf der Entwurfsoberfläche zugeordnet ist.

Gilt für:

Weitere Informationen