NotifyPropertyChangedDispatcherObject.GetDependencySourceName Method (INotifyPropertyChanged)
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
- source
Type: System.ComponentModel.INotifyPropertyChanged
Return Value
Type: System.String
Returns String.
.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.
See Also
Reference
NotifyPropertyChangedDispatcherObject Class