Compartilhar via


Construtor ContextParameter (String, String)

Inicializa uma nova instância de ContextParameter classe usando o nome fornecido e o valor.

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ContextParameter Classe

Sobrecargas ContextParameter

Namespace Microsoft.VisualStudio.TestTools.WebTesting