WebTestContext.Contains – metoda
Určuje, zda WebTestContext obsahuje dvojice zadaný klíč hodnota.
Obor názvů: Microsoft.VisualStudio.TestTools.WebTesting
Sestavení: Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Deklarace
Public Function Contains ( _
keyValuePair As KeyValuePair(Of String, Object) _
) As Boolean
public bool Contains(
KeyValuePair<string, Object> keyValuePair
)
public:
virtual bool Contains(
KeyValuePair<String^, Object^> keyValuePair
) sealed
abstract Contains :
keyValuePair:KeyValuePair<string, Object> -> bool
override Contains :
keyValuePair:KeyValuePair<string, Object> -> bool
public final function Contains(
keyValuePair : KeyValuePair<String, Object>
) : boolean
Parametry
- keyValuePair
Typ: System.Collections.Generic.KeyValuePair<String, Object>
Objekt
Vrácená hodnota
Typ: System.Boolean
true Pokud WebTestContext obsahuje konkrétní KeyValuePair<TKey, TValue> objektu; jinak false.
Implementuje
Poznámky
Je dobrý test ke zjištění, zda KeyValuePair<TKey, TValue> již dochází v WebTestContext kolekce před použitím Add metoda.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.