RunInfo 建構函式
使用提供的資訊,初始化 RunInfo 類別的執行個體。
命名空間: Microsoft.VisualStudio.TestTools.Common
組件: Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
語法
'宣告
Public Sub New ( _
textMessage As String, _
ex As Exception, _
computer As String, _
outcome As TestOutcome _
)
public RunInfo(
string textMessage,
Exception ex,
string computer,
TestOutcome outcome
)
public:
RunInfo(
String^ textMessage,
Exception^ ex,
String^ computer,
TestOutcome outcome
)
new :
textMessage:string *
ex:Exception *
computer:string *
outcome:TestOutcome -> RunInfo
public function RunInfo(
textMessage : String,
ex : Exception,
computer : String,
outcome : TestOutcome
)
參數
- textMessage
型別:System.String
string ,包含關於測試回合執行的文字資訊。
- ex
型別:System.Exception
選擇性 Exception。
- computer
型別:System.String
執行測試的電腦名稱。
- outcome
型別:Microsoft.VisualStudio.TestTools.Common.TestOutcome
TestOutcome 列舉的成員,表示測試回合最後的結果。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。