NotifyPropertyChangedDispatcherObject.GetDependencySourceName, méthode (INotifyPropertyChanged)
Espace de noms : Microsoft.TeamFoundation.MVVM
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Protected Function GetDependencySourceName ( _
source As INotifyPropertyChanged _
) As String
protected string GetDependencySourceName(
INotifyPropertyChanged source
)
Paramètres
- source
Type : System.ComponentModel.INotifyPropertyChanged
Valeur de retour
Type : System.String
retourne String ;
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