ITuip.CloseResultViewer Method

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

See Also

Reference

ITuip Interface

Microsoft.VisualStudio.TestTools.Vsip Namespace