This documentation is archived and is not being maintained.

IBuildProjectNode::Children Property

Gets the project node child nodes of this project node.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property List<IBuildProjectNode^>^ Children {
	List<IBuildProjectNode^>^ get ();
}

Property Value

Type: System.Collections.Generic::List<IBuildProjectNode>
The project node child nodes of this project node.

Show: