TestResultMessage 建構函式 (ComputerInfo, Guid, TestMessageKind)
注意:這個應用程式開發介面現在已經過時。
使用提供的電腦名稱、測試回合 ID 和測試結果種類,初始化 TestResultMessage 類別的新執行個體。
命名空間: Microsoft.VisualStudio.TestTools.Common
組件: Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
語法
'宣告
<ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")> _
Public Sub New ( _
computerInfo As ComputerInfo, _
runId As Guid, _
kind As TestMessageKind _
)
[ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")]
public TestResultMessage(
ComputerInfo computerInfo,
Guid runId,
TestMessageKind kind
)
[ObsoleteAttribute(L"This constructor is obsolete. Use the constructor that takes string instead.")]
public:
TestResultMessage(
ComputerInfo^ computerInfo,
Guid runId,
TestMessageKind kind
)
[<ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")>]
new :
computerInfo:ComputerInfo *
runId:Guid *
kind:TestMessageKind -> TestResultMessage
public function TestResultMessage(
computerInfo : ComputerInfo,
runId : Guid,
kind : TestMessageKind
)
參數
- computerInfo
型別:Microsoft.VisualStudio.TestTools.Common.ComputerInfo
ComputerInfo 物件。
- runId
型別:System.Guid
測試回合的 Guid。
備註
(這個建構函式已經過時)。請改用 TestResultMessage。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。