Propriedade IBaseRunContext.RunConfig

Obtém informações sobre a execução do teste.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
ReadOnly Property RunConfig As IExecutionRunConfiguration
    Get
IExecutionRunConfiguration RunConfig { get; }
property IExecutionRunConfiguration^ RunConfig {
    IExecutionRunConfiguration^ get ();
}
abstract RunConfig : IExecutionRunConfiguration
function get RunConfig () : IExecutionRunConfiguration

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Execution.IExecutionRunConfiguration
Um IExecutionRunConfiguration que contém a execução de executar a configuração.

Segurança do .NET Framework

Consulte também

Referência

IBaseRunContext Interface

Namespace Microsoft.VisualStudio.TestTools.Execution

IExecutionRunConfiguration