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
- key
Type: System.String
Return Value
Type: System.Collections.Generic.IList<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.