IDataCollectionRunContext.ResultSink Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that saves the results from a test on the Test Manager server.
public:
property Microsoft::VisualStudio::TestTools::Execution::IResultSink ^ ResultSink { Microsoft::VisualStudio::TestTools::Execution::IResultSink ^ get(); };
public Microsoft.VisualStudio.TestTools.Execution.IResultSink ResultSink { get; }
member this.ResultSink : Microsoft.VisualStudio.TestTools.Execution.IResultSink
Public ReadOnly Property ResultSink As IResultSink
Property Value
An IResultSink object.