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.
Checks whether PropertyExpression with same name, value and operator is present in the collection
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Function Contains ( _
item As PropertyExpression _
) As Boolean
public bool Contains(
PropertyExpression item
)
public:
bool Contains(
PropertyExpression^ item
)
member Contains :
item:PropertyExpression -> bool
public function Contains(
item : PropertyExpression
) : boolean
Parameters
item
Type: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionItem to check for presence
Return Value
Type: Boolean
True if present.
.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.