.NET Framework Class Library
ControlDesigner..::.GetViewRendering Method

Updated: November 2007

Retrieves an object that contains the design-time markup for the content and regions of the associated control.

Namespace:  System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

Visual Basic (Declaration)
Public Function GetViewRendering As ViewRendering
Visual Basic (Usage)
Dim instance As ControlDesigner
Dim returnValue As ViewRendering

returnValue = instance.GetViewRendering()
C#
public ViewRendering GetViewRendering()
Visual C++
public:
ViewRendering^ GetViewRendering()
J#
public ViewRendering GetViewRendering()
JScript
public function GetViewRendering() : ViewRendering

Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, 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: 3.5, 3.0, 2.0
Page view tracker