ValidationAction-Konstruktor (UITechnologyElement, String, String)

Initialisiert eine neue Instanz der ValidationAction-Klasse mit dem angegebenen Element, Eigenschaftennamen und Eigenschaftswert.

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

Syntax

'Declaration
Protected Sub New ( _
    uiElement As UITechnologyElement, _
    propertyName As String, _
    expectedValue As String _
)
protected ValidationAction(
    UITechnologyElement uiElement,
    string propertyName,
    string expectedValue
)
protected:
ValidationAction(
    UITechnologyElement^ uiElement, 
    String^ propertyName, 
    String^ expectedValue
)
new : 
        uiElement:UITechnologyElement * 
        propertyName:string * 
        expectedValue:string -> ValidationAction
protected function ValidationAction(
    uiElement : UITechnologyElement, 
    propertyName : String, 
    expectedValue : String
)

Parameter

  • propertyName
    Typ: System.String
    Der Name der zu überprüfenden Eigenschaft.

.NET Framework-Sicherheit

Siehe auch

Referenz

ValidationAction Klasse

ValidationAction-Überladung

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITechnologyElement