Método UITestAction.NotifyPropertyChanged

Gera o evento PropertyChanged.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
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
    O nome da propriedade que é alterado.

Segurança do .NET Framework

Consulte também

Referência

UITestAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged