Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.