Partager via


UITestAction.NotifyPropertyChanged, méthode (String)

 

Déclenche l'événement PropertyChanged.

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

Syntaxe

protected void NotifyPropertyChanged(
    string propertyName
)
protected:
void NotifyPropertyChanged(
    String^ propertyName
)
member NotifyPropertyChanged : 
        propertyName:string -> unit
Protected Sub NotifyPropertyChanged (
    propertyName As String
)

Paramètres

  • propertyName
    Nom de la propriété modifiée.

Voir aussi

PropertyChanged
UITestAction, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

Retour au début