Partilhar via


Método UITestAction.NotifyPropertyChanged (String)

 

Gera o evento PropertyChanged.

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

Sintaxe

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

Parâmetros

  • propertyName
    O nome da propriedade que é modificada.

Consulte também

PropertyChanged
Classe UITestAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common

Retornar ao topo