Skip to main content
.NET Framework Class Library
ControlBuildProfileTree Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)
Syntax
Protected Sub BuildProfileTree ( _
	parentId As [%$TOPIC/fh4c2eyz_en-us_VS_110_2_0_0_0_0%], _
	calcViewState As [%$TOPIC/fh4c2eyz_en-us_VS_110_2_0_0_0_1%] _
)
protected void BuildProfileTree(
	[%$TOPIC/fh4c2eyz_en-us_VS_110_2_0_1_0_0%] parentId,
	[%$TOPIC/fh4c2eyz_en-us_VS_110_2_0_1_0_1%] calcViewState
)
protected:
void BuildProfileTree(
	[%$TOPIC/fh4c2eyz_en-us_VS_110_2_0_2_0_0%]^ parentId, 
	[%$TOPIC/fh4c2eyz_en-us_VS_110_2_0_2_0_1%] calcViewState
)
member BuildProfileTree : 
        parentId:[%$TOPIC/fh4c2eyz_en-us_VS_110_2_0_3_0_0%] * 
        calcViewState:[%$TOPIC/fh4c2eyz_en-us_VS_110_2_0_3_0_1%] -> unit

Parameters

parentId
Type: SystemString

The identifier of the control's parent.

calcViewState
Type: SystemBoolean

A Boolean that indicates whether the view-state size is calculated.

Remarks

This property gathers the information necessary about a page's UI hierarchy and passes it to the page's <trace> Element property. When you enable tracing, either for a page or for your application, this information is displayed in the Control Tree section of the trace output. Trace output for a page is appended to the end of the page; while trace output for an application can be viewed from the trace viewer (trace.axd file) which is stored in the application's root directory. For more information about tracing, see ASP.NET Tracing Overview.

Version Information

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0
Platforms

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

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