BaseTuip.CloseResultViewer Method
When overridden in a derived class, closes the viewer for the provided custom result.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Декларация
Public MustOverride Sub CloseResultViewer ( _
result As TestResultMessage _
)
public abstract void CloseResultViewer(
TestResultMessage result
)
public:
virtual void CloseResultViewer(
TestResultMessage^ result
) abstract
abstract CloseResultViewer :
result:TestResultMessage -> unit
public abstract function CloseResultViewer(
result : TestResultMessage
)
Parameters
- result
Type: Microsoft.VisualStudio.TestTools.Common.TestResultMessage
A TestResultMessage object.
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.