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