Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PropertyExpressionCollection::Contains Method (String^)

 

Determines whether the collection contains the provided property expression object.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
bool Contains(
	String^ propertyName
)

Parameters

propertyName
Type: System::String^

The name of a property.

Return Value

Type: System::Boolean

true if the collection contains an item that has the provided property name; otherwise, false.

Return to top
Show: