Condividi tramite


Metodo UITestAction.NotifyPropertyChanged (String)

 

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

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

Parametri

  • propertyName
    Nome della proprietà modificata.

Vedere anche

PropertyChanged
Classe UITestAction
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

Torna all'inizio