ControlDesigner.GetViewRendering Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an object that contains the design-time markup for the content and regions of the associated control.
Overloads
GetViewRendering() |
Retrieves an object that contains the design-time markup for the content and regions of the associated control. |
GetViewRendering(Control) |
Retrieves an object that contains the design-time markup for the content and regions of the specified control. |
GetViewRendering(ControlDesigner) |
Retrieves an object that contains the design-time markup for the content and regions of the associated control for the specified control designer. |
GetViewRendering()
Retrieves an object that contains the design-time markup for the content and regions of the associated control.
public:
System::Web::UI::Design::ViewRendering ^ GetViewRendering();
public System.Web.UI.Design.ViewRendering GetViewRendering ();
member this.GetViewRendering : unit -> System.Web.UI.Design.ViewRendering
Public Function GetViewRendering () As ViewRendering
Returns
A ViewRendering object.
See also
Applies to
GetViewRendering(Control)
Retrieves an object that contains the design-time markup for the content and regions of the specified control.
public:
static System::Web::UI::Design::ViewRendering ^ GetViewRendering(System::Web::UI::Control ^ control);
public static System.Web.UI.Design.ViewRendering GetViewRendering (System.Web.UI.Control control);
static member GetViewRendering : System.Web.UI.Control -> System.Web.UI.Design.ViewRendering
Public Shared Function GetViewRendering (control As Control) As ViewRendering
Parameters
Returns
A ViewRendering object.
See also
Applies to
GetViewRendering(ControlDesigner)
Retrieves an object that contains the design-time markup for the content and regions of the associated control for the specified control designer.
public:
static System::Web::UI::Design::ViewRendering ^ GetViewRendering(System::Web::UI::Design::ControlDesigner ^ designer);
public static System.Web.UI.Design.ViewRendering GetViewRendering (System.Web.UI.Design.ControlDesigner designer);
static member GetViewRendering : System.Web.UI.Design.ControlDesigner -> System.Web.UI.Design.ViewRendering
Public Shared Function GetViewRendering (designer As ControlDesigner) As ViewRendering
Parameters
- designer
- ControlDesigner
A control designer that derives from ControlDesigner.
Returns
A ViewRendering object.