Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the LoadTestUserContext contains a specific value.
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
Parameters
- item
Type: System.Collections.Generic.KeyValuePair<String, Object>
The object to locate in the LoadTestUserContext.
Return Value
Type: System.Boolean
true if the item is found in the LoadTestUserContext; otherwise, false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.