RunOutputTestResultMessage.StdErr 属性

获取标准错误文本。

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

语法

声明
<UserVisiblePropertyAttribute("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")> _
Public Property StdErr As String
    Get
    Set
[UserVisiblePropertyAttribute("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")]
public string StdErr { get; set; }
[UserVisiblePropertyAttribute(L"{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")]
public:
property String^ StdErr {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")>]
member StdErr : string with get, set
function get StdErr () : String
function set StdErr (value : String)

属性值

类型:System.String
标准错误文本。

.NET Framework 安全性

请参见

参考

RunOutputTestResultMessage 类

Microsoft.VisualStudio.TestTools.Common 命名空间