NotifyPropertyChangedDispatcherObject.GetDependencySourceName Method (INotifyCollectionChanged)
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
- 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