PropertyExpression-Konstruktor (String, String)

Initialisiert eine neue Instanz der PropertyExpression-Klasse mit dem angegebenen Eigenschaftennamen und Eigenschaftswert.

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

Syntax

'Declaration
Public Sub New ( _
    propertyName As String, _
    propertyValue As String _
)
public PropertyExpression(
    string propertyName,
    string propertyValue
)
public:
PropertyExpression(
    String^ propertyName, 
    String^ propertyValue
)
new : 
        propertyName:string * 
        propertyValue:string -> PropertyExpression
public function PropertyExpression(
    propertyName : String, 
    propertyValue : String
)

Parameter

  • propertyName
    Typ: System.String
    Der Name einer zu suchenden Eigenschaft.
  • propertyValue
    Typ: System.String
    Ein Suchwert für die Eigenschaft.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyExpression Klasse

PropertyExpression-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace