Sdílet prostřednictvím


ContextParameter – konstruktor (String, String)

Inicializuje novou instanci ContextParameter třídy pomocí zadaného názvu a hodnoty.

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

Syntaxe

'Deklarace
Public Sub New ( _
    parameterName As String, _
    parameterValue As String _
)
public ContextParameter(
    string parameterName,
    string parameterValue
)
public:
ContextParameter(
    String^ parameterName, 
    String^ parameterValue
)
new : 
        parameterName:string * 
        parameterValue:string -> ContextParameter
public function ContextParameter(
    parameterName : String, 
    parameterValue : String
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ContextParameter Třída

ContextParameter – přetížení

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