CatalogObject.GetDependentsCollection<T> Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Function GetDependentsCollection(Of T As CatalogObject) ( _
    ByRef result As ICollection(Of T) _
) As ICollection(Of T)
protected ICollection<T> GetDependentsCollection<T>(
    ref ICollection<T> result
)
where T : CatalogObject
protected:
generic<typename T>
where T : CatalogObject 
ICollection<T>^ GetDependentsCollection(
    ICollection<T>^% result
)
member GetDependentsCollection : 
        result:ICollection<'T> byref -> ICollection<'T>  when 'T : CatalogObject
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

Return Value

Type: System.Collections.Generic.ICollection<T>

.NET Framework Security

See Also

Reference

CatalogObject Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace