Freigeben über


LoadTestContext.Remove-Methode (KeyValuePair<String, Object>)

Entfernt das erste Vorkommen eines bestimmten Objekts aus der LoadTestContext.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn das Element erfolgreich aus LoadTestContext entfernt wurde, andernfalls false.Diese Methode gibt auch false zurück, wenn das Element nicht im ursprünglichen LoadTestContext vorhanden ist.

Implementiert

ICollection<T>.Remove(T)

.NET Framework-Sicherheit

Siehe auch

Referenz

LoadTestContext Klasse

Remove-Überladung

Microsoft.VisualStudio.TestTools.LoadTesting-Namespace