Freigeben über


IBaseRunContext.RunConfig-Eigenschaft

Ruft Informationen über den Testlauf ab.

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Execution.IExecutionRunConfiguration
Ein IExecutionRunConfiguration-Element, das die Testlaufkonfiguration für die Ausführung enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

IBaseRunContext Schnittstelle

Microsoft.VisualStudio.TestTools.Execution-Namespace

IExecutionRunConfiguration