Freigeben über


WebTest.Context-Eigenschaft

Ruft ein Objekt ab oder legt ein Objekt fest, das Kontextvariablen enthält, die dem Webleistungstest zur Laufzeit zur Verfügung stehen.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property Context As WebTestContext
public WebTestContext Context { get; internal set; }
public:
property WebTestContext^ Context {
    WebTestContext^ get ();
    internal: void set (WebTestContext^ value);
}
member Context : WebTestContext with get, internal set
function get Context () : WebTestContext
internal function set Context (value : WebTestContext)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTestContext
Ein WebTestContext-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTest Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace