ControlDesigner.DesignTimeElementView Property

Definition

Caution

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

Gets the view-control object for the control designer.

protected:
 property System::Object ^ DesignTimeElementView { System::Object ^ get(); };
protected object DesignTimeElementView { get; }
[System.Obsolete("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; }
member this.DesignTimeElementView : obj
[<System.Obsolete("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)>]
member this.DesignTimeElementView : obj
Protected ReadOnly Property DesignTimeElementView As Object

Property Value

null.

Attributes

Remarks

Note

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

Applies to

See also