NotifyPropertyChangedDispatcherObject.RemoveDependencySource Method (String, INotifyPropertyChanged)
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Sub RemoveDependencySource ( _
name As String, _
source As INotifyPropertyChanged _
)
protected void RemoveDependencySource(
string name,
INotifyPropertyChanged source
)
protected:
void RemoveDependencySource(
String^ name,
INotifyPropertyChanged^ source
)
member RemoveDependencySource :
name:string *
source:INotifyPropertyChanged -> unit
protected function RemoveDependencySource(
name : String,
source : INotifyPropertyChanged
)
Parameters
- name
Type: System.String
- source
Type: System.ComponentModel.INotifyPropertyChanged
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
NotifyPropertyChangedDispatcherObject Class