Sdílet prostřednictvím


WebTestContext.Remove – metoda (KeyValuePair<String, Object>)

Removes a KeyValuePair<TKey, TValue> from the WebTestContext.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Function Remove ( _
    keyValuePair As KeyValuePair(Of String, Object) _
) As Boolean
public bool Remove(
    KeyValuePair<string, Object> keyValuePair
)
public:
virtual bool Remove(
    KeyValuePair<String^, Object^> keyValuePair
) sealed
abstract Remove : 
        keyValuePair:KeyValuePair<string, Object> -> bool 
override Remove : 
        keyValuePair:KeyValuePair<string, Object> -> bool 
public final function Remove(
    keyValuePair : KeyValuePair<String, Object>
) : boolean

Parametry

Vrácená hodnota

Typ: System.Boolean
true Pokud je prvek úspěšně odebrán; jinak false.Tento příkaz také vrátí false Pokud klíč nebyl nalezen.

Implementuje

ICollection<T>.Remove(T)

Poznámky

Základní kolekce nebudou provedeny žádné změny, pokud není nalezen klíč odebrat.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestContext Třída

Remove – přetížení

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