PropertyExpressionCollection.Add-Methode (PropertyExpression)
Fügt der Auflistung den bereitgestellten Eigenschaftsausdruck hinzu.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub Add ( _
propertyExpression As PropertyExpression _
)
public void Add(
PropertyExpression propertyExpression
)
public:
virtual void Add(
PropertyExpression^ propertyExpression
) sealed
abstract Add :
propertyExpression:PropertyExpression -> unit
override Add :
propertyExpression:PropertyExpression -> unit
public final function Add(
propertyExpression : PropertyExpression
)
Parameter
- propertyExpression
Typ: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression
Das PropertyExpression-Objekt, das der Auflistung hinzugefügt werden soll.
Implementiert
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
PropertyExpressionCollection Klasse