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
- key
Type: System.String
Return Value
Type: System.Collections.Generic.IEnumerable<CatalogNode>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.