UITestAction.NotifyPropertyChanged (Método)

Genera el evento PropertyChanged.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • propertyName
    Tipo: System.String
    Nombre de la propiedad que se modifica.

Seguridad de .NET Framework

Vea también

Referencia

UITestAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

PropertyChanged