UITestAction.NotifyPropertyChanged Method (String)

 

Raises the PropertyChanged event.

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

Syntax

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

Parameters

  • propertyName
    Type: System.String

    The name of the property that is changed.

See Also

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

Return to top