HtmlControlDesigner.DesignTimeElement-Eigenschaft
HINWEIS: Diese Eigenschaft ist mittlerweile veraltet.
Ruft das Entwurfszeitobjekt ab, das auf der Entwurfsoberfläche das dem HtmlControlDesigner-Objekt zugeordnete Steuerelement darstellt.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Syntax
'Declaration
<ObsoleteAttribute("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. https://go.microsoft.com/fwlink/?linkid=14202", True)> _
Protected ReadOnly Property DesignTimeElement As Object
'Usage
Dim value As Object
value = Me.DesignTimeElement
[ObsoleteAttribute("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. https://go.microsoft.com/fwlink/?linkid=14202", true)]
protected Object DesignTimeElement { get; }
[ObsoleteAttribute(L"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. https://go.microsoft.com/fwlink/?linkid=14202", true)]
protected:
property Object^ DesignTimeElement {
Object^ get ();
}
/** @property */
protected Object get_DesignTimeElement ()
protected function get DesignTimeElement () : Object
Eigenschaftenwert
Das Entwurfszeitobjekt, das das dem HtmlControlDesigner zugeordnete Steuerelement darstellt.
Hinweise
Mit der DesignTimeElement-Eigenschaft ruft der Designer das Entwurfszeitobjekt ab, das auf der Entwurfsoberfläche das dem HtmlControlDesigner-Objekt zugeordnete Steuerelement darstellt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter .
Plattformen
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 1.0
Veraltet (Compilerwarnung) in 1.1
Veraltet (Kompilieren nicht möglich) in 2.0 und höher
Siehe auch
Referenz
HtmlControlDesigner-Klasse
HtmlControlDesigner-Member
System.Web.UI.Design-Namespace