RunResultAndStatistics.DebugTrace 属性

定义

获取或设置关联的测试运行的调试跟踪数据。

public:
 property System::String ^ DebugTrace { System::String ^ get(); void set(System::String ^ value); };
public string DebugTrace { get; set; }
member this.DebugTrace : string with get, set
Public Property DebugTrace As String

属性值

String

包含调试跟踪数据的字符串。

适用于