Control.SetTraceData 方法
定义
为呈现数据的设计时追踪设置跟踪数据。Sets trace data for design-time tracing of rendering data.
重载
| SetTraceData(Object, Object) |
使用跟踪数据键和跟踪数据值,为呈现数据的设计时追踪设置跟踪数据。Sets trace data for design-time tracing of rendering data, using the trace data key and the trace data value. |
| SetTraceData(Object, Object, Object) |
使用跟踪对象、跟踪数据键和跟踪数据值,为呈现数据的设计时追踪设置跟踪数据。Sets trace data for design-time tracing of rendering data, using the traced object, the trace data key, and the trace data value. |
SetTraceData(Object, Object)
使用跟踪数据键和跟踪数据值,为呈现数据的设计时追踪设置跟踪数据。Sets trace data for design-time tracing of rendering data, using the trace data key and the trace data value.
public:
void SetTraceData(System::Object ^ traceDataKey, System::Object ^ traceDataValue);
public void SetTraceData (object traceDataKey, object traceDataValue);
member this.SetTraceData : obj * obj -> unit
Public Sub SetTraceData (traceDataKey As Object, traceDataValue As Object)
参数
- traceDataKey
- Object
跟踪数据键。The trace data key.
- traceDataValue
- Object
跟踪数据值。The trace data value.
适用于
SetTraceData(Object, Object, Object)
使用跟踪对象、跟踪数据键和跟踪数据值,为呈现数据的设计时追踪设置跟踪数据。Sets trace data for design-time tracing of rendering data, using the traced object, the trace data key, and the trace data value.
public:
void SetTraceData(System::Object ^ tracedObject, System::Object ^ traceDataKey, System::Object ^ traceDataValue);
public void SetTraceData (object tracedObject, object traceDataKey, object traceDataValue);
member this.SetTraceData : obj * obj * obj -> unit
Public Sub SetTraceData (tracedObject As Object, traceDataKey As Object, traceDataValue As Object)
参数
- tracedObject
- Object
跟踪对象。The traced object.
- traceDataKey
- Object
跟踪数据键。The trace data key.
- traceDataValue
- Object
跟踪数据值。The trace data value.