Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ContextParameter class by using the provided name and value.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
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
)
Parameters
parameterName
Type: StringThe name of the ContextParameter.
parameterValue
Type: StringThe value of the ContextParameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.