UITestAction.NotifyPropertyChanged 方法

引发 PropertyChanged 事件。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

声明
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
)

参数

  • propertyName
    类型:System.String
    已更改的属性的名称。

.NET Framework 安全性

请参见

参考

UITestAction 类

Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

PropertyChanged