Partilhar via


Propriedade TestRun.RunConfiguration

Obtém ou define a configuração para a execução do teste.

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

Sintaxe

'Declaração
Public Property RunConfiguration As TestRunConfiguration
public TestRunConfiguration RunConfiguration { get; set; }
public:
property TestRunConfiguration^ RunConfiguration {
    TestRunConfiguration^ get ();
    void set (TestRunConfiguration^ value);
}
member RunConfiguration : TestRunConfiguration with get, set
function get RunConfiguration () : TestRunConfiguration
function set RunConfiguration (value : TestRunConfiguration)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
A configuração para essa execução de teste.

Segurança do .NET Framework

Consulte também

Referência

TestRun Classe

Namespace Microsoft.VisualStudio.TestTools.Common

TestRunConfiguration