Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Sub AddDependencySource ( _
name As String, _
source As INotifyCollectionChanged _
)
protected void AddDependencySource(
string name,
INotifyCollectionChanged source
)
protected:
void AddDependencySource(
String^ name,
INotifyCollectionChanged^ source
)
member AddDependencySource :
name:string *
source:INotifyCollectionChanged -> unit
protected function AddDependencySource(
name : String,
source : INotifyCollectionChanged
)
Parameters
- name
Type: System.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.