This documentation is archived and is not being maintained.

CatalogDependencyGroup::SetSingletonDependency Method

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)

public:
void SetSingletonDependency(
	String^ key, 
	CatalogNode^ node
)

Parameters

key
Type: System::String

The key for this dependency.

node
Type: Microsoft.TeamFoundation.Framework.Client::CatalogNode

The node the dependency is set on.

Show: