Freigeben über


DeclarativeWebTest.ContextParameters-Eigenschaft

Ruft den Satz der diesem Webleistungstest zugeordneten Kontextparameter ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.WebTesting.ContextParameterCollection
Eine Auflistung von Kontextparametern.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeclarativeWebTest Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace