This documentation is archived and is not being maintained.

CatalogDependencyGroup::GetDependencySet Method

Returns the dependency set that is associated with the given key. If no dependency set exists for the given key then an empty enumeration will be returned.

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

public:
IEnumerable<CatalogNode^>^ GetDependencySet(
	String^ key
)

Parameters

key
Type: System::String

Show: