Condividi tramite


Metodo UITestAction.NotifyPropertyChanged

Genera l'evento PropertyChanged.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • propertyName
    Tipo: System.String
    Nome della proprietà modificata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged