NotifyPropertyChangedDispatcherObject.RemoveDependencySource, méthode (String, INotifyPropertyChanged)
Espace de noms : Microsoft.TeamFoundation.MVVM
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Protected Sub RemoveDependencySource ( _
name As String, _
source As INotifyPropertyChanged _
)
protected void RemoveDependencySource(
string name,
INotifyPropertyChanged source
)
Paramètres
- name
Type : System.String
- source
Type : System.ComponentModel.INotifyPropertyChanged
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
NotifyPropertyChangedDispatcherObject Classe