BuildProfileTree Method
.NET Framework Class Library
Control..::.BuildProfileTree 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)
Visual Basic (Declaration)
Protected Sub BuildProfileTree ( _
    parentId As String, _
    calcViewState As Boolean _
)
Visual Basic (Usage)
Dim parentId As String
Dim calcViewState As Boolean

Me.BuildProfileTree(parentId, calcViewState)
C#
protected void BuildProfileTree(
    string parentId,
    bool calcViewState
)
Visual C++
protected:
void BuildProfileTree(
    String^ parentId, 
    bool calcViewState
)
JScript
protected function BuildProfileTree(
    parentId : String, 
    calcViewState : boolean
)

Parameters

parentId
Type: System..::.String
The identifier of the control's parent.
calcViewState
Type: System..::.Boolean
A Boolean that indicates whether the view-state size is calculated.

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.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, 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, 1.1, 1.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker