LoadTestContext.Contains-Methode
Bestimmt, ob die LoadTestContext einen bestimmten Wert enthält.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public Function Contains ( _
item As KeyValuePair(Of String, Object) _
) As Boolean
public bool Contains(
KeyValuePair<string, Object> item
)
public:
virtual bool Contains(
KeyValuePair<String^, Object^> item
) sealed
abstract Contains :
item:KeyValuePair<string, Object> -> bool
override Contains :
item:KeyValuePair<string, Object> -> bool
public final function Contains(
item : KeyValuePair<String, Object>
) : boolean
Parameter
- item
Typ: System.Collections.Generic.KeyValuePair<String, Object>
Das im LoadTestContext-Element zu suchende Objekt.
Rückgabewert
Typ: System.Boolean
true, wenn sich das Element in der LoadTestContext befindet, andernfalls false.
Implementiert
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.