NotifyPropertyChangedDispatcherObject.RemoveDependencySource Method (String, INotifyCollectionChanged)

[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 RemoveDependencySource ( _
    name As String, _
    source As INotifyCollectionChanged _
)
protected void RemoveDependencySource(
    string name,
    INotifyCollectionChanged source
)
protected:
void RemoveDependencySource(
    String^ name, 
    INotifyCollectionChanged^ source
)
member RemoveDependencySource : 
        name:string * 
        source:INotifyCollectionChanged -> unit
protected function RemoveDependencySource(
    name : String, 
    source : INotifyCollectionChanged
)

Parameters

.NET Framework Security

See Also

Reference

NotifyPropertyChangedDispatcherObject Class

RemoveDependencySource Overload

Microsoft.TeamFoundation.MVVM Namespace