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.
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
- result
Type: Microsoft.VisualStudio.TestTools.Common.TestResultMessage
A TestResultMessage object.
.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.