Freigeben über


LoadTest.Context-Eigenschaft

Ruft LoadTestContext für den aktuellen Auslastungstestlauf ab.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestContext
Ein LoadTestContext-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

LoadTest Klasse

Microsoft.VisualStudio.TestTools.LoadTesting-Namespace