TestResult.m_stdOut 字段

返回“stdOut”。

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

语法

声明
<PersistenceElementNameAttribute("stdout")> _
Protected m_stdOut As String
[PersistenceElementNameAttribute("stdout")]
protected string m_stdOut
[PersistenceElementNameAttribute(L"stdout")]
protected:
String^ m_stdOut
[<PersistenceElementNameAttribute("stdout")>]
val mutable m_stdOut: string
protected var m_stdOut : String

.NET Framework 安全性

请参见

参考

TestResult 类

Microsoft.VisualStudio.TestTools.Common 命名空间