共用方式為


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
[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 命名空間