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 the children for this node. This function will call the web service.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function QueryChildren ( _
resourceTypeFilters As IEnumerable(Of Guid), _
recurse As Boolean, _
queryOptions As CatalogQueryOptions _
) As ReadOnlyCollection(Of CatalogNode)
public ReadOnlyCollection<CatalogNode> QueryChildren(
IEnumerable<Guid> resourceTypeFilters,
bool recurse,
CatalogQueryOptions queryOptions
)
public:
ReadOnlyCollection<CatalogNode^>^ QueryChildren(
IEnumerable<Guid>^ resourceTypeFilters,
bool recurse,
CatalogQueryOptions queryOptions
)
member QueryChildren :
resourceTypeFilters:IEnumerable<Guid> *
recurse:bool *
queryOptions:CatalogQueryOptions -> ReadOnlyCollection<CatalogNode>
public function QueryChildren(
resourceTypeFilters : IEnumerable<Guid>,
recurse : boolean,
queryOptions : CatalogQueryOptions
) : ReadOnlyCollection<CatalogNode>
Parameters
resourceTypeFilters
Type: System.Collections.Generic.IEnumerable<Guid>The list of types that this query should include. If this is null or empty, all types will be included.
recurse
Type: System.BooleanTrue if this should recurse for all of this nodes children.
- queryOptions
Type: Microsoft.TeamFoundation.Framework.Common.CatalogQueryOptions
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<CatalogNode>
The children of this node that meet the filter and recurse requirements.
.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.