Interface for an object that encapsulates the current environment for custom diagnostic data adapters.
Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Interface IDataCollectionRunContext
public interface IDataCollectionRunContext
public interface class IDataCollectionRunContext
type IDataCollectionRunContext =  interface end
public interface IDataCollectionRunContext
The IDataCollectionRunContext type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ResultSink | Gets an object that saves the results from a test on the Test Manager server. | 
| .gif) | RunContextVariables | Gets an object that enables access to each value in the context. | 
| .gif) | TestRun | Gets a reference to the test run object. | 
Top