Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Note: This API is now obsolete.
Initializes a new instance of the TestResultMessage class by using the provided computer name, test run ID, and test result kind.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<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
)
Parameters
computerInfo
Type: Microsoft.VisualStudio.TestTools.Common.ComputerInfoA ComputerInfo object.
runId
Type: GuidA Guid for the test run.
kind
Type: Microsoft.VisualStudio.TestTools.Common.TestMessageKindOne of the TestMessageKind values.
Remarks
This constructor is obsolete. Use TestResultMessage instead.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.