UITestAction.NotifyPropertyChanged-Methode

Löst das PropertyChanged-Ereignis aus.

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

Syntax

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

Parameter

  • propertyName
    Typ: System.String
    Der Name der geänderten Eigenschaft.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

PropertyChanged