This documentation is archived and is not being maintained.

BranchHistoryTreeItem::Children Property

Gets the child branch topology nodes of the current node.

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

public:
property ICollection^ Children {
	ICollection^ get ();
}

Property Value

Type: System.Collections::ICollection
The child branch topology nodes of the current node.

Show: