Sdílet prostřednictvím


DeclarativeWebTest.ContextParameters – vlastnost

Získá sadu kontextu parametry týkající se tohoto testu výkonu webové.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.WebTesting.ContextParameterCollection
Kolekce parametrů kontextu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DeclarativeWebTest Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů