Partager via


UITestAction.NotifyPropertyChanged, méthode

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

'Déclaration
Protected Sub NotifyPropertyChanged ( _
    propertyName As String _
)
protected void NotifyPropertyChanged(
    string propertyName
)
protected:
void NotifyPropertyChanged(
    String^ propertyName
)
member NotifyPropertyChanged : 
        propertyName:string -> unit 
protected function NotifyPropertyChanged(
    propertyName : String
)

Paramètres

  • propertyName
    Type : System.String
    Nom de la propriété modifiée.

Sécurité .NET Framework

Voir aussi

Référence

UITestAction Classe

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

PropertyChanged