CatalogDependencyGroup.GetAllDependencies Method
Returns all of the nodes that are dependencies. This is not a distinct set.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function GetAllDependencies As IEnumerable(Of CatalogNode)
public IEnumerable<CatalogNode> GetAllDependencies()
public:
IEnumerable<CatalogNode^>^ GetAllDependencies()
member GetAllDependencies : unit -> IEnumerable<CatalogNode>
public function GetAllDependencies() : IEnumerable<CatalogNode>
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.