Share via


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.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Function GetDependencySet ( _
    key As String _
) As IList(Of CatalogNode)
public IList<CatalogNode> GetDependencySet(
    string key
)
public:
IList<CatalogNode^>^ GetDependencySet(
    String^ key
)
member GetDependencySet : 
        key:string -> IList<CatalogNode> 
public function GetDependencySet(
    key : String
) : IList<CatalogNode>

Parameters

Return Value

Type: System.Collections.Generic.IList<CatalogNode>

.NET Framework Security

See Also

Reference

CatalogDependencyGroup Class

Microsoft.TeamFoundation.Server.Core Namespace