DesignTimeElementView Property
.NET Framework Class Library
ControlDesigner..::.DesignTimeElementView Property

NOTE: This API is now obsolete.

Gets the view-control object for the control designer.

Namespace:  System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)
Visual Basic (Declaration)
<ObsoleteAttribute("Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element view architecture is no longer used. http://go.microsoft.com/fwlink/?linkid=14202",  _
    True)> _
Protected ReadOnly Property DesignTimeElementView As Object
Visual Basic (Usage)
Dim value As Object

value = Me.DesignTimeElementView
C#
[ObsoleteAttribute("Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element view architecture is no longer used. http://go.microsoft.com/fwlink/?linkid=14202", 
    true)]
protected Object DesignTimeElementView { get; }
Visual C++
[ObsoleteAttribute(L"Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element view architecture is no longer used. http://go.microsoft.com/fwlink/?linkid=14202", 
    true)]
protected:
property Object^ DesignTimeElementView {
    Object^ get ();
}
JScript
protected function get DesignTimeElementView () : Object

Property Value

Type: System..::.Object
nullNothingnullptra null reference (Nothing in Visual Basic).
NoteNote:

The DesignTimeElementView property is obsolete and there is no replacement for the functionality.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 1.1, 1.0
Obsolete (does not compile) in 2.0 SP2 and later
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker