CatalogDependencyGroup.GetDependencySet Method

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

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.Framework.Server Namespace