Sdílet prostřednictvím


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

Vrácená hodnota

Typ: System.Boolean
true Pokud WebTestContext obsahuje konkrétní KeyValuePair<TKey, TValue> objektu; jinak false.

Implementuje

ICollection<T>.Contains(T)

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

Viz také

Referenční dokumentace

WebTestContext Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů