RenderTraceListener.SetTraceData Method (Object, Object, Object)

.NET Framework (current version)
 

Associates a data object with either the controls or other object that will be rendered.

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

abstract SetTraceData : 
        tracedObject:Object *
        traceDataKey:Object *
        traceDataValue:Object -> unit
override SetTraceData : 
        tracedObject:Object *
        traceDataKey:Object *
        traceDataValue:Object -> unit

Parameters

tracedObject
Type: System.Object

The object to be traced.

traceDataKey
Type: System.Object

The key field of a record in a data-bound control.

traceDataValue
Type: System.Object

The value of the extracted data.

.NET Framework
Available since 4.5
Return to top
Show: