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 with get
function get RunConfig () : IExecutionRunConfiguration
Property Value
Type: Microsoft.VisualStudio.TestTools.Execution.IExecutionRunConfiguration
An IExecutionRunConfiguration that contains the execution run configuration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.