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.
Interface to send messages, results, and notifications.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Interface IResultSink
public interface IResultSink
public interface class IResultSink
type IResultSink = interface end
public interface IResultSink
The IResultSink type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddResult | Adds the message to the result sink. |
Top