Metodo NotifyPropertyChangedDispatcherObject.RemoveDependencySource (String, INotifyCollectionChanged)
Spazio dei nomi: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Sintassi
'Dichiarazione
Protected Sub RemoveDependencySource ( _
name As String, _
source As INotifyCollectionChanged _
)
protected void RemoveDependencySource(
string name,
INotifyCollectionChanged source
)
Parametri
- name
Tipo: System.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