LoadTestTuip.InvokeResultViewer Method
Shows the result viewer for a test result message.
Namespace: Microsoft.VisualStudio.TestTools.LoadTest
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public Overrides Sub InvokeResultViewer ( _
resultMessage As TestResultMessage _
)
public override void InvokeResultViewer(
TestResultMessage resultMessage
)
public:
virtual void InvokeResultViewer(
TestResultMessage^ resultMessage
) override
abstract InvokeResultViewer :
resultMessage:TestResultMessage -> unit
override InvokeResultViewer :
resultMessage:TestResultMessage -> unit
public override function InvokeResultViewer(
resultMessage : TestResultMessage
)
Parameters
resultMessage
Type: Microsoft.VisualStudio.TestTools.Common.TestResultMessageThe message for which to show the test result viewer.
Implements
ITuip.InvokeResultViewer(TestResultMessage)
.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.