RunResultAndStatistics.StdOut 属性

定义

获取或设置关联的测试运行的 stdout 输出流。

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

属性值

String

关联的测试运行的 stdout 输出流。

适用于