IResultSink Interface
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