RunResultAndStatistics.StdOut 属性

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

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public Property StdOut As String
    Get
    Set
public string StdOut { get; set; }
public:
property String^ StdOut {
    String^ get ();
    void set (String^ value);
}
member StdOut : string with get, set
function get StdOut () : String
function set StdOut (value : String)

属性值

类型:System.String
关联测试运行的 stdout 输出流。

.NET Framework 安全性

请参见

参考

RunResultAndStatistics 类

Microsoft.VisualStudio.TestTools.Common 命名空间