Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
'Declaration
Sub CloseResultViewer ( _
    result As TestResultMessage _
)
void CloseResultViewer(
    TestResultMessage result
)
void CloseResultViewer(
    TestResultMessage^ result
)
abstract CloseResultViewer : 
        result:TestResultMessage -> unit
function CloseResultViewer(
    result : TestResultMessage
)
Parameters
.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.