This documentation is archived and is not being maintained.
CatalogNode::CreateChild Method (Guid, String)
Visual Studio 2013
Factory method for creating a node with a new resource. This does not persist the node or the resource.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
CatalogNode^ CreateChild(
Guid resourceTypeIdentifier,
String^ resourceDisplayName
)
Parameters
- resourceTypeIdentifier
- Type: System::Guid
The resource type that describes the resource being created.
- resourceDisplayName
- Type: System::String
The display name for the resource being created.
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: