BaseTuip.InvokeResultViewer Method
When overridden in a derived class, starts 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
'Декларация
Public MustOverride Sub InvokeResultViewer ( _
result As TestResultMessage _
)
public abstract void InvokeResultViewer(
TestResultMessage result
)
public:
virtual void InvokeResultViewer(
TestResultMessage^ result
) abstract
abstract InvokeResultViewer :
result:TestResultMessage -> unit
public abstract function InvokeResultViewer(
result : TestResultMessage
)
Parameters
- result
Type: Microsoft.VisualStudio.TestTools.Common.TestResultMessage
A TestResultMessage object.
Implements
ITuip.InvokeResultViewer(TestResultMessage)
.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.