This documentation is archived and is not being maintained.
CatalogNode::CreateChild Method (CatalogResource)
Visual Studio 2013
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)
Parameters
- existingResource
- Type: Microsoft.TeamFoundation.Framework.Client::CatalogResource
The resource to associate with the node.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client::CatalogNodeThe constructed node with the attached resource.
- 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: