TestResult.StdOut 屬性
取得或設定測試所產生的 stdout 資料。
命名空間: Microsoft.VisualStudio.TestTools.Common
組件: Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
語法
'宣告
<UserVisiblePropertyAttribute("{D0B33661-A037-4002-A312-063A54D8F591}")> _
Public Property StdOut As String
[UserVisiblePropertyAttribute("{D0B33661-A037-4002-A312-063A54D8F591}")]
public string StdOut { get; set; }
[UserVisiblePropertyAttribute(L"{D0B33661-A037-4002-A312-063A54D8F591}")]
public:
property String^ StdOut {
String^ get ();
void set (String^ value);
}
[<UserVisiblePropertyAttribute("{D0B33661-A037-4002-A312-063A54D8F591}")>]
member StdOut : string with get, set
function get StdOut () : String
function set StdOut (value : String)
屬性值
類型:String
測試所產生的 stdout 資料。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。