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.
Gets a value that indicates whether a QueryStringParameter exists in this collection.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Function Contains ( _
parameterName As String _
) As Boolean
public bool Contains(
string parameterName
)
public:
bool Contains(
String^ parameterName
)
member Contains :
parameterName:string -> bool
public function Contains(
parameterName : String
) : boolean
Parameters
parameterName
Type: StringThe name of the QueryStringParameter to look for in this collection.
Return Value
Type: Boolean
true if the QueryStringParameter exists in this collection; otherwise, false.
.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.