WebFormsRootDesigner.GetView Method (ViewTechnology)

 

Returns a view object that is determined by the provided ViewTechnology object.

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

Protected Function GetView (
	viewTechnology As ViewTechnology
) As Object

Parameters

viewTechnology
Type: System.ComponentModel.Design.ViewTechnology

A ViewTechnology obtained from the SupportedTechnologies property.

Return Value

Type: System.Object

An object containing the current view of the component.

.NET Framework
Available since 2.0
Return to top
Show: