Partager via


ValidationAction, constructeur (UITechnologyElement, String, String)

Initialise une nouvelle instance de la classe ValidationAction à l'aide de l'élément, du nom de propriété et de la valeur de propriété fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • propertyName
    Type : System.String
    Nom de la propriété à valider.
  • expectedValue
    Type : System.String
    Valeur de la propriété en tant que chaîne.

Sécurité .NET Framework

Voir aussi

Référence

ValidationAction Classe

ValidationAction, surcharge

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

UITechnologyElement