NotifyPropertyChangedDispatcherObject.GetDependencySourceName Method (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 Function GetDependencySourceName ( _
    source As INotifyCollectionChanged _
) As String
protected string GetDependencySourceName(
    INotifyCollectionChanged source
)
protected:
String^ GetDependencySourceName(
    INotifyCollectionChanged^ source
)
member GetDependencySourceName : 
        source:INotifyCollectionChanged -> string
protected function GetDependencySourceName(
    source : INotifyCollectionChanged
) : String

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

NotifyPropertyChangedDispatcherObject Class

GetDependencySourceName Overload

Microsoft.TeamFoundation.MVVM Namespace