This documentation is archived and is not being maintained.

CatalogNode::CreateChild Method (CatalogResource)

Factory method for creating a node and attaching a new resource.

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

public:
CatalogNode^ CreateChild(
	CatalogResource^ existingResource
)

Parameters

existingResource
Type: Microsoft.TeamFoundation.Framework.Client::CatalogResource

The resource to associate with the node.

Return Value

Type: Microsoft.TeamFoundation.Framework.Client::CatalogNode
The constructed node with the attached resource.

Show: