CatalogObject.QueryChildren<T> Method (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) ( _
recurse As Boolean _
) As ICollection(Of T)
protected ICollection<T> QueryChildren<T>(
bool recurse
)
where T : CatalogObject
protected:
generic<typename T>
where T : CatalogObject
ICollection<T>^ QueryChildren(
bool recurse
)
member QueryChildren :
recurse:bool -> ICollection<'T> when 'T : CatalogObject
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- recurse
Type: System.Boolean
Return Value
Type: System.Collections.Generic.ICollection<T>
.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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace