TestResult.StdErr 属性

获取或设置测试生成的 stderr 数据。

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

语法

声明
<UserVisiblePropertyAttribute("{42C44186-0318-41ca-95CA-07D8F4A1C375}")> _
Public Property StdErr As String
    Get
    Set
[UserVisiblePropertyAttribute("{42C44186-0318-41ca-95CA-07D8F4A1C375}")]
public string StdErr { get; set; }
[UserVisiblePropertyAttribute(L"{42C44186-0318-41ca-95CA-07D8F4A1C375}")]
public:
property String^ StdErr {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{42C44186-0318-41ca-95CA-07D8F4A1C375}")>]
member StdErr : string with get, set
function get StdErr () : String
function set StdErr (value : String)

属性值

类型:System.String
测试生成的 stderr 数据。

.NET Framework 安全性

请参见

参考

TestResult 类

Microsoft.VisualStudio.TestTools.Common 命名空间