ITuip.InvokeResultViewer Method
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.TestResultMessageA 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.