ContextParameter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ContextParameter()
public:
ContextParameter();
public ContextParameter();
Public Sub New ()
Applies to
ContextParameter(String, String)
public:
ContextParameter(System::String ^ parameterName, System::String ^ parameterValue);
public ContextParameter(string parameterName, string parameterValue);
new Microsoft.VisualStudio.TestTools.WebTesting.ContextParameter : string * string -> Microsoft.VisualStudio.TestTools.WebTesting.ContextParameter
Public Sub New (parameterName As String, parameterValue As String)
Parameters
- parameterName
- String
- parameterValue
- String