Udostępnij za pośrednictwem


Metoda WebTestContext.ContainsKey —

Określa, czy WebTestContext zawiera element z określonym kluczem.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
Public Function ContainsKey ( _
    key As String _
) As Boolean
public bool ContainsKey(
    string key
)
public:
virtual bool ContainsKey(
    String^ key
) sealed
abstract ContainsKey : 
        key:string -> bool 
override ContainsKey : 
        key:string -> bool 
public final function ContainsKey(
    key : String
) : boolean

Parametry

Wartość zwracana

Typ: System.Boolean
true Jeśli klucz występuje w kolekcji; w przeciwnym razie false.

Implementuje

IDictionary<TKey, TValue>.ContainsKey(TKey)

Uwagi

Jest to dobry test, aby ustalić, czy KeyValuePair<TKey, TValue> już występuje w WebTestContext kolekcji przed skorzystaniem z Add metody.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestContext Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting