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::Find Method (String^)

 

Returns a property expression object that has a property name that matches the provided property name.

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

public:
PropertyExpression^ Find(
	String^ propertyName
)

Parameters

propertyName
Type: System::String^

The property name for a PropertyExpression to find.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITesting::PropertyExpression^

A PropertyExpression object, if one is found; otherwise, null.

Return to top
Show: