NotifyPropertyChangedDispatcherObject.AddDependencySource Method (String, INotifyPropertyChanged)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

.NET Framework Security

See Also

Reference

NotifyPropertyChangedDispatcherObject Class

AddDependencySource Overload

Microsoft.TeamFoundation.MVVM Namespace