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

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

NotifyPropertyChangedDispatcherObject Class

GetDependencySourceName Overload

Microsoft.TeamFoundation.MVVM Namespace