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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。