This documentation is archived and is not being maintained.
CatalogNode::QueryChildren Method (IEnumerable<Guid>, Boolean, CatalogQueryOptions)
Visual Studio 2013
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)
public: ReadOnlyCollection<CatalogNode^>^ QueryChildren( IEnumerable<Guid>^ resourceTypeFilters, bool recurse, CatalogQueryOptions queryOptions )
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::Boolean
True 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.
- 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.
Show: