Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns all of the nodes that depend on this nodes existence.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function QueryDependents ( _
requestContext As TeamFoundationRequestContext, _
queryOptions As CatalogQueryOptions _
) As List(Of CatalogNode)
public List<CatalogNode> QueryDependents(
TeamFoundationRequestContext requestContext,
CatalogQueryOptions queryOptions
)
public:
List<CatalogNode^>^ QueryDependents(
TeamFoundationRequestContext^ requestContext,
CatalogQueryOptions queryOptions
)
member QueryDependents :
requestContext:TeamFoundationRequestContext *
queryOptions:CatalogQueryOptions -> List<CatalogNode>
public function QueryDependents(
requestContext : TeamFoundationRequestContext,
queryOptions : CatalogQueryOptions
) : List<CatalogNode>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- queryOptions
Type: Microsoft.TeamFoundation.Framework.Common.CatalogQueryOptions
Return Value
Type: System.Collections.Generic.List<CatalogNode>
All of the nodes that depend on this nodes existence.
.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.