Metodo NotifyPropertyChangedDispatcherObject.GetDependencySourceName (INotifyPropertyChanged)
Spazio dei nomi: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Sintassi
'Dichiarazione
Protected Function GetDependencySourceName ( _
source As INotifyPropertyChanged _
) As String
protected string GetDependencySourceName(
INotifyPropertyChanged source
)
Parametri
- source
Tipo: System.ComponentModel.INotifyPropertyChanged
Valore restituito
Tipo: System.String
Restituisca il valore String.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
NotifyPropertyChangedDispatcherObject Classe