Condividi tramite


Proprietà IBaseRunContext.RunConfig

Ottiene le informazioni sull'esecuzione del test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Execution.IExecutionRunConfiguration
IExecutionRunConfiguration che contiene la configurazione di esecuzione di esecuzione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IBaseRunContext Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution

IExecutionRunConfiguration