Share via


IBaseRunContext.RunConfig Property

Definition

Gets information about the test run.

public:
 property Microsoft::VisualStudio::TestTools::Execution::IExecutionRunConfiguration ^ RunConfig { Microsoft::VisualStudio::TestTools::Execution::IExecutionRunConfiguration ^ get(); };
public Microsoft.VisualStudio.TestTools.Execution.IExecutionRunConfiguration RunConfig { get; }
member this.RunConfig : Microsoft.VisualStudio.TestTools.Execution.IExecutionRunConfiguration
Public ReadOnly Property RunConfig As IExecutionRunConfiguration

Property Value

An IExecutionRunConfiguration that contains the execution run configuration.

Applies to