NotifyPropertyChangedDispatcherObject.AddDependencySource Method (String, INotifyPropertyChanged)
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Sub AddDependencySource ( _
name As String, _
source As INotifyPropertyChanged _
)
protected void AddDependencySource(
string name,
INotifyPropertyChanged source
)
protected:
void AddDependencySource(
String^ name,
INotifyPropertyChanged^ source
)
member AddDependencySource :
name:string *
source:INotifyPropertyChanged -> unit
protected function AddDependencySource(
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.