Share via


IBaseRunContext.RunConfig Property

Gets information about the test run.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
ReadOnly Property RunConfig As IExecutionRunConfiguration
IExecutionRunConfiguration RunConfig { get; }
property IExecutionRunConfiguration^ RunConfig {
    IExecutionRunConfiguration^ get ();
}
abstract RunConfig : IExecutionRunConfiguration
function get RunConfig () : IExecutionRunConfiguration

Property Value

Type: Microsoft.VisualStudio.TestTools.Execution.IExecutionRunConfiguration
An IExecutionRunConfiguration that contains the execution run configuration.

.NET Framework Security

See Also

Reference

IBaseRunContext Interface

Microsoft.VisualStudio.TestTools.Execution Namespace

IExecutionRunConfiguration