This documentation is archived and is not being maintained.
CatalogDependencyGroup::SetSingletonDependency Method
Visual Studio 2013
Sets the singleton dependency for the given node with the key. This will add the dependency if it is not present and overwrite it if it is.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- key
- Type: System::String
The key for this dependency.
- node
- Type: Microsoft.TeamFoundation.Framework.Client::CatalogNode
The node the dependency is set on.
- 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.
Show: