Interface for test run information.
Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Interface IExecutionRunConfiguration
public interface IExecutionRunConfiguration
public interface class IExecutionRunConfiguration
type IExecutionRunConfiguration =  interface end
public interface IExecutionRunConfiguration
The IExecutionRunConfiguration type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | TestElements | Gets the list of test elements in the run. | 
| .gif) | TestRun | Gets a TestRun object. | 
Top