Propriedade LoadTest.Context

Obtém o LoadTestContext para a atual carga test run.

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

Sintaxe

'Declaração
Public Property Context As LoadTestContext
    Get
    Friend Set
public LoadTestContext Context { get; internal set; }
public:
property LoadTestContext^ Context {
    LoadTestContext^ get ();
    internal: void set (LoadTestContext^ value);
}
member Context : LoadTestContext with get, internal set
function get Context () : LoadTestContext
internal function set Context (value : LoadTestContext)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestContext
A LoadTestContext objeto.

Segurança do .NET Framework

Consulte também

Referência

LoadTest Classe

Namespace Microsoft.VisualStudio.TestTools.LoadTesting