ITuip.InvokeResultViewer Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Launches the viewer that is registered for the provided test result message.

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Sub InvokeResultViewer ( _
    result As TestResultMessage _
)
void InvokeResultViewer(
    TestResultMessage result
)
void InvokeResultViewer(
    TestResultMessage^ result
)
abstract InvokeResultViewer : 
        result:TestResultMessage -> unit
function InvokeResultViewer(
    result : TestResultMessage
)

Parameters

.NET Framework Security

See Also

Reference

ITuip Interface

Microsoft.VisualStudio.TestTools.Vsip Namespace

TestResultMessage