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)

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

CatalogDependencyGroup Class

Microsoft.TeamFoundation.Framework.Client Namespace