Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Raises the PropertyChanged event.
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
)
Parameters
propertyName
Type: StringThe name of the property that is changed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.