Udostępnij za pośrednictwem


Metoda LoadTestContext.Remove — (KeyValuePair<String, Object>)

Usuwa pierwsze wystąpienie określonego obiektu z LoadTestContext.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.LoadTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (w Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Składnia

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

Parametry

Wartość zwracana

Typ: System.Boolean
true Jeśli element został pomyślnie usunięty z LoadTestContext; w przeciwnym razie false.Ta metoda zwraca również false , jeśli element nie znajduje się w oryginale LoadTestContext.

Implementuje

ICollection<T>.Remove(T)

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

LoadTestContext Klasa

Przeciążenie Remove

Przestrzeń nazw Microsoft.VisualStudio.TestTools.LoadTesting