Control.SetTraceData Method (Object, Object, Object)
.NET Framework (current version)
Sets trace data for design-time tracing of rendering data, using the traced object, the trace data key, and the trace data value.
Assembly: System.Web (in System.Web.dll)
member SetTraceData : tracedObject:Object * traceDataKey:Object * traceDataValue:Object -> unit
Parameters
- tracedObject
-
Type:
System.Object
The traced object.
- traceDataKey
-
Type:
System.Object
The trace data key.
- traceDataValue
-
Type:
System.Object
The trace data value.
.NET Framework
Available since 4.5
Available since 4.5
Show: