UITestAction.NotifyPropertyChanged, méthode
Déclenche l'événement PropertyChanged.
Espace de noms : Microsoft.VisualStudio.TestTools.UITest.Common
Assembly : Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
'Déclaration
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
)
Paramètres
propertyName
Type : StringNom de la propriété modifiée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms