CatalogObject.QueryChildren<T> Method (String, Object, Boolean)

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

Syntax

'Declaration
Protected Function QueryChildren(Of T As CatalogObject) ( _
    propertyName As String, _
    propertyValue As Object, _
    recurse As Boolean _
) As ICollection(Of T)
protected ICollection<T> QueryChildren<T>(
    string propertyName,
    Object propertyValue,
    bool recurse
)
where T : CatalogObject
protected:
generic<typename T>
where T : CatalogObject 
ICollection<T>^ QueryChildren(
    String^ propertyName, 
    Object^ propertyValue, 
    bool recurse
)
member QueryChildren : 
        propertyName:string * 
        propertyValue:Object * 
        recurse:bool -> 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

QueryChildren Overload

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