Condividi tramite


Proprietà DeclarativeWebTest.ContextParameters

Ottiene l'insieme di parametri di contesto associato a questo test delle prestazioni Web.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public Property ContextParameters As ContextParameterCollection
    Get
    Friend Set
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.ContextParameterCollection
Insieme dei parametri di contesto.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeclarativeWebTest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting