This documentation is archived and is not being maintained.

CatalogDependencyGroup::GetSingletonDependency Method

Returns the CatalogNode that is a dependency of this node that is associated with the given key. If the key does not associate with a given dependency then null will be returned.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
CatalogNode^ GetSingletonDependency(
	String^ key
)

Parameters

key
Type: System::String

Show: