PropertyExpressionCollection.Find(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a property expression object that has a property name that matches the provided property name.
public:
Microsoft::VisualStudio::TestTools::UITesting::PropertyExpression ^ Find(System::String ^ propertyName);
public Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression Find (string propertyName);
member this.Find : string -> Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression
Public Function Find (propertyName As String) As PropertyExpression
Parameters
- propertyName
- String
The property name for a PropertyExpression to find.
Returns
A PropertyExpression object, if one is found; otherwise, null.