Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.