HtmlControlDesigner.DesignTimeElement Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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 auf der Entwurfsoberfläche das dem HtmlControlDesigner-Objekt zugeordnete Steuerelement darstellt.
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 HtmlControlDesigner zugeordnete Steuerelement 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.