PropertyExpressionObservableCollection.Find Method
Returns the associated PropertyExpression in the collection for the given property name
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Function Find ( _
propertyName As String _
) As PropertyExpression
public PropertyExpression Find(
string propertyName
)
public:
PropertyExpression^ Find(
String^ propertyName
)
member Find :
propertyName:string -> PropertyExpression
public function Find(
propertyName : String
) : PropertyExpression
Parameters
- propertyName
Type: String
Return Value
Type: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression
.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.